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 03b33f4 commit 5616376Copy full SHA for 5616376
2 files changed
.github/workflows/e2e-external.yml
@@ -32,7 +32,7 @@ jobs:
32
# default driver doesn't support 'eval $$(minikube docker-env)'.
33
driver: docker
34
github token: ${{ secrets.GITHUB_TOKEN }}
35
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
36
with:
37
go-version-file: 'go.mod'
38
# tilt 0.33.3 introduces a breaking change that results in
.github/workflows/e2e.yml
@@ -33,7 +33,7 @@ jobs:
39
0 commit comments