Skip to content

Commit 5616376

Browse files
chore(deps): update actions/setup-go action to v6
1 parent 03b33f4 commit 5616376

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# default driver doesn't support 'eval $$(minikube docker-env)'.
3333
driver: docker
3434
github token: ${{ secrets.GITHUB_TOKEN }}
35-
- uses: actions/setup-go@v5
35+
- uses: actions/setup-go@v6
3636
with:
3737
go-version-file: 'go.mod'
3838
# tilt 0.33.3 introduces a breaking change that results in

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# default driver doesn't support 'eval $$(minikube docker-env)'.
3434
driver: docker
3535
github token: ${{ secrets.GITHUB_TOKEN }}
36-
- uses: actions/setup-go@v5
36+
- uses: actions/setup-go@v6
3737
with:
3838
go-version-file: 'go.mod'
3939
# tilt 0.33.3 introduces a breaking change that results in

0 commit comments

Comments
 (0)