Skip to content

Commit aae78e6

Browse files
committed
fix(ci): export GOPROXY as direct
1 parent fb9ed73 commit aae78e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/ci/kubetest2/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
run: |
3030
export PATH=${PATH}:$(go env GOPATH)/bin
3131
# old versions of packages are sometimes cached by the proxy, just disable it
32-
GOPROXY=direct
32+
export GOPROXY=direct
3333
go install sigs.k8s.io/kubetest2/...@latest
3434
go install github.com/aws/aws-k8s-tester/...@HEAD
3535

0 commit comments

Comments
 (0)