Skip to content

Commit 9bf93f1

Browse files
fix ci: align go version 1.26.5 with go.mod to avoid toolchain download conflicts
1 parent 2307a51 commit 9bf93f1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest]
16-
go: ['1.23']
16+
go: ['1.26.5']
1717

1818
steps:
1919
- name: checkout code
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
os: [ubuntu-latest, macos-latest]
54-
go: ['1.23']
54+
go: ['1.26.5']
5555

5656
steps:
5757
- name: checkout code
@@ -79,7 +79,7 @@ jobs:
7979
- name: set up go
8080
uses: actions/setup-go@v5
8181
with:
82-
go-version: '1.23'
82+
go-version: '1.26.5'
8383

8484
- name: run golangci-lint
8585
uses: golangci/golangci-lint-action@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: set up go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: '1.23'
26+
go-version: '1.26.5'
2727

2828
- name: cache go modules
2929
uses: actions/cache@v4

0 commit comments

Comments
 (0)