Skip to content

Commit 7b12d28

Browse files
authored
Merge pull request #177 from cncf-tags/dependabot/github_actions/actions/setup-go-5
build(deps): bump actions/setup-go from 4 to 5
2 parents fb50bf8 + 6aa0efb commit 7b12d28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sanity.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
goarch: amd64
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: actions/setup-go@v4
21+
- uses: actions/setup-go@v5
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424
- name: Install golint
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v4
42-
- uses: actions/setup-go@v4
42+
- uses: actions/setup-go@v5
4343
with:
4444
go-version: ${{ env.GO_VERSION }}
4545
- name: Test
@@ -60,7 +60,7 @@ jobs:
6060
goarch: amd64
6161
steps:
6262
- uses: actions/checkout@v4
63-
- uses: actions/setup-go@v4
63+
- uses: actions/setup-go@v5
6464
with:
6565
go-version: ${{ env.GO_VERSION }}
6666
- name: Build

0 commit comments

Comments
 (0)