We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43cd88 commit df7738fCopy full SHA for df7738f
.github/workflows/pr.yml
@@ -15,6 +15,10 @@ jobs:
15
runs-on: ubuntu-latest
16
container: us.gcr.io/cf-rabbitmq-for-k8s-bunny/rabbitmq-for-kubernetes-ci
17
steps:
18
+ - name: Install Go
19
+ uses: actions/setup-go@v2
20
+ with:
21
+ go-version: ${{ env.GO_VERSION }}
22
- name: Check out code into the Go module directory
23
uses: actions/checkout@v2
24
- name: Unit tests
0 commit comments