Skip to content

Commit 1dadb7a

Browse files
chore: bump actions/setup-go from 4 to 5 (GoogleContainerTools#9213)
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 e92d64c commit 1dadb7a

7 files changed

+7
-7
lines changed

.github/workflows/integration-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Set up Go
35-
uses: actions/setup-go@v4
35+
uses: actions/setup-go@v5
3636
with:
3737
go-version: 1.22.*
3838
id: go

.github/workflows/linters-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Set up Go
18-
uses: actions/setup-go@v4
18+
uses: actions/setup-go@v5
1919
with:
2020
go-version: 1.22.*
2121
id: go

.github/workflows/performance-comparison.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
reactions: rocket
4040

4141
- name: Set up Go
42-
uses: actions/setup-go@v4
42+
uses: actions/setup-go@v5
4343
with:
4444
go-version: 1.22.*
4545
id: go

.github/workflows/unit-tests-darwin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@v4
24+
uses: actions/setup-go@v5
2525
with:
2626
go-version: 1.22.*
2727
id: go

.github/workflows/unit-tests-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Set up Go
18-
uses: actions/setup-go@v4
18+
uses: actions/setup-go@v5
1919
with:
2020
go-version: 1.22.*
2121
id: go

.github/workflows/unit-tests-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Set up Go
25-
uses: actions/setup-go@v4
25+
uses: actions/setup-go@v5
2626
with:
2727
go-version: 1.22.*
2828
id: go

.github/workflows/verify-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@v4
24+
uses: actions/setup-go@v5
2525
with:
2626
go-version: 1.22.*
2727
id: go

0 commit comments

Comments
 (0)