Skip to content

Commit

Permalink
Bump go to 1.19 in github actions unit/integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
MirahImage committed Sep 7, 2022
1 parent d43cd88 commit df7738f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-latest
container: us.gcr.io/cf-rabbitmq-for-k8s-bunny/rabbitmq-for-kubernetes-ci
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Unit tests
Expand Down

0 comments on commit df7738f

Please sign in to comment.