Skip to content

Commit ca6acc7

Browse files
Bump actions/setup-go from 5 to 6
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>
1 parent 1f5723e commit ca6acc7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
fetch-depth: 3
6060
ref: ${{ inputs.checkout_ref || github.sha }}
6161

62-
- uses: actions/setup-go@v5
62+
- uses: actions/setup-go@v6
6363
with:
6464
go-version: '1.25.0'
6565

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
uses: dcarbone/install-jq-action@v2
120120

121121
- name: Set up Go
122-
uses: actions/setup-go@v5
122+
uses: actions/setup-go@v6
123123
with:
124124
go-version: ${{ env.GO_VERSION }}
125125

@@ -205,7 +205,7 @@ jobs:
205205
fetch-depth: 0 # needed to be able to generate legacy versions reference.
206206

207207
- name: Set up Go
208-
uses: actions/setup-go@v5
208+
uses: actions/setup-go@v6
209209
with:
210210
go-version: ${{ env.GO_VERSION }}
211211

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
ref: ${{ inputs.checkout_ref || github.sha }}
7979

80-
- uses: actions/setup-go@v5
80+
- uses: actions/setup-go@v6
8181
with:
8282
go-version: '1.25.0'
8383

@@ -118,7 +118,7 @@ jobs:
118118
fetch-depth: 0 # needed for some tests referencing older commits
119119
ref: ${{ inputs.checkout_ref || github.sha }}
120120

121-
- uses: actions/setup-go@v5
121+
- uses: actions/setup-go@v6
122122
with:
123123
go-version: '1.25.0'
124124

0 commit comments

Comments
 (0)