Skip to content

Commit 8ed3d1b

Browse files
ci/cd(deps): bump actions/setup-go from 5.0.0 to 5.1.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efe80d1 commit 8ed3d1b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/[email protected]
4444
with: { fetch-depth: 0 }
4545
- name: Set up Go environment
46-
uses: actions/setup-go@v5.0.0
46+
uses: actions/setup-go@v5.1.0
4747
with:
4848
go-version: 1.21.x
4949
cache-dependency-path: tools/go.sum
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/[email protected]
8383
with: { fetch-depth: 0 }
8484
- name: Set up Go environment
85-
uses: actions/setup-go@v5.0.0
85+
uses: actions/setup-go@v5.1.0
8686
with: { go-version: '${{ matrix.go }}', check-latest: true }
8787
- name: Set up environment
8888
run: make env deps

.github/workflows/tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/[email protected]
4040
with: { fetch-depth: 0 }
4141
- name: Set up Go environment
42-
uses: actions/setup-go@v5.0.0
42+
uses: actions/setup-go@v5.1.0
4343
with:
4444
go-version: 1.21.x
4545
cache-dependency-path: tools/go.sum

.github/workflows/warmup.caches.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/[email protected]
4141
with: { fetch-depth: 0 }
4242
- name: Set up Go environment
43-
uses: actions/setup-go@v5.0.0
43+
uses: actions/setup-go@v5.1.0
4444
with:
4545
go-version: ${{ matrix.go }}
4646
check-latest: true
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/[email protected]
5858
with: { fetch-depth: 0 }
5959
- name: Set up Go environment
60-
uses: actions/setup-go@v5.0.0
60+
uses: actions/setup-go@v5.1.0
6161
with:
6262
go-version: 1.21.x
6363
cache-dependency-path: tools/go.sum

0 commit comments

Comments
 (0)