Skip to content

Commit d458ff9

Browse files
chore(deps): update actions/setup-go action to v4.2.1
1 parent 79a3bff commit d458ff9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727
with:
2828
fetch-depth: 0
29-
- uses: actions/setup-go@v4.1.0
29+
- uses: actions/setup-go@v4.2.1
3030
with:
3131
go-version-file: go.mod
3232
- uses: github/codeql-action/init@v2

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
chmod +x ${{ env.AWS_NUKE_PATH }}
5959
aws-nuke version
6060
- name: Setup Go
61-
uses: actions/setup-go@v4.1.0
61+
uses: actions/setup-go@v4.2.1
6262
with:
6363
go-version-file: go.mod
6464
- name: Add GOBIN to PATH
@@ -162,7 +162,7 @@ jobs:
162162
with:
163163
version: '>= 363.0.0'
164164
- name: Setup Go
165-
uses: actions/setup-go@v4.1.0
165+
uses: actions/setup-go@v4.2.1
166166
with:
167167
go-version-file: go.mod
168168
- name: Add GOBIN to PATH
@@ -251,7 +251,7 @@ jobs:
251251
eval "$(ssh-agent -s)"
252252
ssh-add ${{ env.VENOM_VAR_gitRepoPrivateKeyPath }}
253253
- name: Setup Go
254-
uses: actions/setup-go@v4.1.0
254+
uses: actions/setup-go@v4.2.1
255255
with:
256256
go-version-file: go.mod
257257
- name: Add GOBIN to PATH

.github/workflows/goreleaser-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
21-
- uses: actions/setup-go@v4.1.0
21+
- uses: actions/setup-go@v4.2.1
2222
with:
2323
go-version-file: go.mod
2424

0 commit comments

Comments
 (0)