Skip to content

Commit 9475e3e

Browse files
Bump actions/setup-go from 5 to 6 (#702)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f48986 commit 9475e3e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v5
21+
- uses: actions/setup-go@v6
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@v5
55+
- uses: actions/setup-go@v6
5656
with:
5757
cache: false
5858
go-version-file: 'go.mod'
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
fetch-depth: 0
8484

85-
- uses: actions/setup-go@v5
85+
- uses: actions/setup-go@v6
8686
with:
8787
cache: false
8888
go-version-file: 'go.mod'

0 commit comments

Comments
 (0)