Skip to content

Commit 1030400

Browse files
build(deps): 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] <[email protected]>
1 parent 2afcc76 commit 1030400

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v5
29-
- uses: actions/setup-go@v5
29+
- uses: actions/setup-go@v6
3030
with:
3131
go-version: ${{ matrix.go-version }}
3232
- run: go test -timeout 3m ${{ matrix.race }} -v ./...

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 2
30-
- uses: actions/setup-go@v5
30+
- uses: actions/setup-go@v6
3131
with:
3232
go-version: "${{ env.GO_VERSION }}"
3333
- uses: golangci/golangci-lint-action@v8
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v5
4646
with:
4747
fetch-depth: 2
48-
- uses: actions/setup-go@v5
48+
- uses: actions/setup-go@v6
4949
with:
5050
go-version: "${{ env.GO_VERSION }}"
5151
- name: run go fix
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-24.04
7474
steps:
7575
- uses: actions/checkout@v5
76-
- uses: actions/setup-go@v5
76+
- uses: actions/setup-go@v6
7777
with:
7878
go-version: "${{ env.GO_VERSION }}"
7979
- run: go mod tidy --diff

0 commit comments

Comments
 (0)