Skip to content

Commit df7738f

Browse files
committed
Bump go to 1.19 in github actions unit/integration tests.
1 parent d43cd88 commit df7738f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
container: us.gcr.io/cf-rabbitmq-for-k8s-bunny/rabbitmq-for-kubernetes-ci
1717
steps:
18+
- name: Install Go
19+
uses: actions/setup-go@v2
20+
with:
21+
go-version: ${{ env.GO_VERSION }}
1822
- name: Check out code into the Go module directory
1923
uses: actions/checkout@v2
2024
- name: Unit tests

0 commit comments

Comments
 (0)