Skip to content

Commit 6275cdb

Browse files
committed
update go version in actions
1 parent ff65280 commit 6275cdb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v6
1818
with:
19-
go-version: '1.25.4'
19+
go-version: '1.25.6'
2020
check-latest: true
2121

2222
- name: Format
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Go
3838
uses: actions/setup-go@v6
3939
with:
40-
go-version: '1.25.4'
40+
go-version: '1.25.6'
4141
check-latest: true
4242

4343
- name: Vet
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Go
5858
uses: actions/setup-go@v6
5959
with:
60-
go-version: '1.25.4'
60+
go-version: '1.25.6'
6161
check-latest: true
6262

6363
- name: Build
@@ -77,7 +77,7 @@ jobs:
7777
# - name: Set up Go
7878
# uses: actions/setup-go@v6
7979
# with:
80-
# go-version: '1.25.4'
80+
# go-version: '1.25.6'
8181
# check-latest: true
8282

8383
# - name: Test

0 commit comments

Comments
 (0)