We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9ed73 commit aae78e6Copy full SHA for aae78e6
.github/actions/ci/kubetest2/action.yaml
@@ -29,7 +29,7 @@ runs:
29
run: |
30
export PATH=${PATH}:$(go env GOPATH)/bin
31
# old versions of packages are sometimes cached by the proxy, just disable it
32
- GOPROXY=direct
+ export GOPROXY=direct
33
go install sigs.k8s.io/kubetest2/...@latest
34
go install github.com/aws/aws-k8s-tester/...@HEAD
35
0 commit comments