Skip to content

Commit 194af72

Browse files
build(deps): bump actions/setup-go from 5 to 6 (#1097)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db1e716 commit 194af72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Lint
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/setup-go@v5
21+
- uses: actions/setup-go@v6
2222
with:
2323
go-version: "1.24"
2424
- uses: actions/checkout@v5

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# this step for the whole matrix.
2727
RUN_RACE_TESTS: ${{ github.event_name != 'pull_request' || (matrix.go == '1.24' && matrix.os == 'ubuntu') }}
2828
steps:
29-
- uses: actions/setup-go@v5
29+
- uses: actions/setup-go@v6
3030
with:
3131
go-version: ${{ matrix.go }}
3232
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)