Skip to content

Commit 7ce0bb5

Browse files
Merge pull request #23 from ovh/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents 34a7e9c + 1f91bce commit 7ce0bb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
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@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
24+
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2525
with:
2626
go-version-file: 'go.mod'
2727
cache: true

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 5
2424
steps:
2525
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
26-
- uses: actions/setup-go@v4
26+
- uses: actions/setup-go@v5
2727
with:
2828
go-version-file: 'go.mod'
2929
cache: false
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
41-
- uses: actions/setup-go@v4
41+
- uses: actions/setup-go@v5
4242
with:
4343
go-version-file: 'go.mod'
4444
cache: false
@@ -66,7 +66,7 @@ jobs:
6666
- '1.4.*'
6767
steps:
6868
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
69-
- uses: actions/setup-go@v4
69+
- uses: actions/setup-go@v5
7070
with:
7171
go-version-file: 'go.mod'
7272
cache: true

0 commit comments

Comments
 (0)