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.
2 parents 65588b1 + 7a1bfdd commit 1775a5fCopy full SHA for 1775a5f
.github/workflows/ci.yaml
@@ -19,10 +19,10 @@ jobs:
19
- name: Setup Go environment
20
uses: actions/setup-go@v2
21
with:
22
- go-version: ^1.14
+ go-version: ^1.17
23
id: go
24
- name: Setup Bazelisk
25
- run: go get github.com/bazelbuild/bazelisk
+ run: go install github.com/bazelbuild/bazelisk@latest && export PATH=$PATH:$(go env GOPATH)/bin
26
- uses: actions/checkout@v2
27
- name: Run bazel-diff tests
28
run: USE_BAZEL_VERSION=last_downstream_green ~/go/bin/bazelisk test //test/...
0 commit comments