Skip to content

Commit e66ba70

Browse files
build(deps): bump actions/setup-go from 4 to 5
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]>
1 parent 4516c25 commit e66ba70

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
rm -rf ~/criu
7272
7373
- name: install go ${{ matrix.go-version }}
74-
uses: actions/setup-go@v4
74+
uses: actions/setup-go@v5
7575
with:
7676
go-version: ${{ matrix.go-version }}
7777

@@ -144,7 +144,7 @@ jobs:
144144
sudo apt -q install libseccomp-dev libseccomp-dev:i386 gcc-multilib libgcc-s1:i386 criu
145145
146146
- name: install go
147-
uses: actions/setup-go@v4
147+
uses: actions/setup-go@v5
148148
with:
149149
go-version: 1.x # Latest stable
150150

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 2
33-
- uses: actions/setup-go@v4
33+
- uses: actions/setup-go@v5
3434
with:
3535
go-version: "${{ env.GO_VERSION }}"
3636
cache: false # golangci-lint-action does its own caching
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v4
5757
- name: install go
58-
uses: actions/setup-go@v4
58+
uses: actions/setup-go@v5
5959
with:
6060
go-version: "${{ env.GO_VERSION }}"
6161
- name: compile with no build tags
@@ -114,7 +114,7 @@ jobs:
114114
steps:
115115
- uses: actions/checkout@v4
116116
- name: install go
117-
uses: actions/setup-go@v4
117+
uses: actions/setup-go@v5
118118
with:
119119
go-version: "${{ env.GO_VERSION }}"
120120
- name: verify deps

0 commit comments

Comments
 (0)