Skip to content

Commit 5e901ff

Browse files
Bump actions/setup-go from 4 to 5 (#35612)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2115d4d commit 5e901ff

10 files changed

+10
-10
lines changed

.github/workflows/assign.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: .github/shared-workflows
4242
ref: main
4343
- name: Installing Go
44-
uses: actions/setup-go@v4
44+
uses: actions/setup-go@v5
4545
with:
4646
go-version-file: .github/shared-workflows/bot/go.mod
4747
# Run "check" subcommand on bot.

.github/workflows/backport.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
path: .github/shared-workflows
3939
ref: main
4040
- name: Installing Go
41-
uses: actions/setup-go@v4
41+
uses: actions/setup-go@v5
4242
with:
4343
go-version-file: .github/shared-workflows/bot/go.mod
4444
# Run "check" subcommand on bot.

.github/workflows/build-api.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Setup Go
35-
uses: actions/setup-go@v4
35+
uses: actions/setup-go@v5
3636
with:
3737
# use the version declared in API's go.mod
3838
go-version-file: api/go.mod

.github/workflows/build-macos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
corepack enable yarn
5858
5959
- name: Install Go Toolchain
60-
uses: actions/setup-go@v4
60+
uses: actions/setup-go@v5
6161
with:
6262
cache: false
6363
go-version: ${{ env.GOLANG_VERSION }}

.github/workflows/build-windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "go-version=$(make --no-print-directory print-go-version | tr -d '\n')" >> $GITHUB_OUTPUT
3434

3535
- name: Setup Go
36-
uses: actions/setup-go@v4
36+
uses: actions/setup-go@v5
3737
with:
3838
cache: false
3939
go-version: ${{ steps.go-version.outputs.go-version }}

.github/workflows/changelog.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
path: .github/shared-workflows
3636
ref: main
3737
- name: Installing Go
38-
uses: actions/setup-go@v4
38+
uses: actions/setup-go@v5
3939
with:
4040
go-version-file: .github/shared-workflows/bot/go.mod
4141
- name: Validate the changelog entry

.github/workflows/check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: .github/shared-workflows
5050
ref: main
5151
- name: Installing Go
52-
uses: actions/setup-go@v4
52+
uses: actions/setup-go@v5
5353
with:
5454
go-version-file: .github/shared-workflows/bot/go.mod
5555
# Run "check" subcommand on bot.

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ matrix.branch }}
2828

2929
- name: Set up Go
30-
uses: actions/setup-go@v4
30+
uses: actions/setup-go@v5
3131
with:
3232
cache: false
3333
go-version-file: go.mod

.github/workflows/dismiss.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
path: .github/shared-workflows
4646
ref: main
4747
- name: Installing Go
48-
uses: actions/setup-go@v4
48+
uses: actions/setup-go@v5
4949
with:
5050
go-version-file: .github/shared-workflows/bot/go.mod
5151
# Run "dismiss" subcommand on bot.

.github/workflows/label.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: .github/shared-workflows
4242
ref: main
4343
- name: Installing Go
44-
uses: actions/setup-go@v4
44+
uses: actions/setup-go@v5
4545
with:
4646
go-version-file: .github/shared-workflows/bot/go.mod
4747
# Run "check" subcommand on bot.

0 commit comments

Comments
 (0)