Skip to content

Commit 8158073

Browse files
build(deps): bump actions/setup-go from 2 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ff2f106 commit 8158073

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@v3
21-
- uses: actions/setup-go@v2
21+
- uses: actions/setup-go@v3
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424
- name: Install golint
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v3
38-
- uses: actions/setup-go@v2
38+
- uses: actions/setup-go@v3
3939
with:
4040
go-version: ${{ env.GO_VERSION }}
4141
- name: Test
@@ -56,7 +56,7 @@ jobs:
5656
goarch: amd64
5757
steps:
5858
- uses: actions/checkout@v3
59-
- uses: actions/setup-go@v2
59+
- uses: actions/setup-go@v3
6060
with:
6161
go-version: ${{ env.GO_VERSION }}
6262
- name: Build

0 commit comments

Comments
 (0)