Skip to content

Commit 6352ef5

Browse files
Bump actions/setup-go from 4 to 5 (#6)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa1fc27 commit 6352ef5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
# Allow goreleaser to access older tag information.
2323
fetch-depth: 0
24-
- uses: actions/setup-go@v4
24+
- uses: actions/setup-go@v5
2525
with:
2626
go-version-file: 'go.mod'
2727
cache: true

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/setup-python@v4
2828
with:
2929
python-version: "3.10"
30-
- uses: actions/setup-go@v4
30+
- uses: actions/setup-go@v5
3131
with:
3232
go-version-file: "go.mod"
3333
cache: true
@@ -54,7 +54,7 @@ jobs:
5454
- "1.5.*"
5555
steps:
5656
- uses: actions/checkout@v4
57-
- uses: actions/setup-go@v4
57+
- uses: actions/setup-go@v5
5858
with:
5959
go-version-file: "go.mod"
6060
cache: true

0 commit comments

Comments
 (0)