Skip to content

Commit 9f155fa

Browse files
Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v4) --- 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 456a5b5 commit 9f155fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- uses: actions/setup-go@v3
21+
- uses: actions/setup-go@v4
2222
with:
2323
cache: false
2424
go-version-file: 'go.mod'
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
fetch-depth: 0
5454

55-
- uses: actions/setup-go@v3
55+
- uses: actions/setup-go@v4
5656
with:
5757
cache: false
5858
go-version-file: 'go.mod'
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
fetch-depth: 0
8888

89-
- uses: actions/setup-go@v3
89+
- uses: actions/setup-go@v4
9090
with:
9191
cache: false
9292
go-version-file: 'go.mod'

0 commit comments

Comments
 (0)