Skip to content

Commit fc02264

Browse files
Bump actions/setup-go from 5 to 6 (#875)
1 parent f2433b1 commit fc02264

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 1
2929
- name: Install Go
30-
uses: actions/setup-go@v5
30+
uses: actions/setup-go@v6
3131
with:
3232
go-version: ${{ matrix.go-version.version }}
3333
- name: Unit Test
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
fetch-depth: 1
5757
- name: Install Go
58-
uses: actions/setup-go@v5
58+
uses: actions/setup-go@v6
5959
with:
6060
go-version: ${{ matrix.go-version.version }}
6161
- name: Run Conformance Tests
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
fetch-depth: 1
7070
- name: Install Go
71-
uses: actions/setup-go@v5
71+
uses: actions/setup-go@v6
7272
with:
7373
# only the latest
7474
go-version: 1.24.x

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 1
2929
- name: Install Go
30-
uses: actions/setup-go@v5
30+
uses: actions/setup-go@v6
3131
with:
3232
go-version: ${{ matrix.go-version.version }}
3333
- name: Test

0 commit comments

Comments
 (0)