Skip to content

Commit 4cd7d50

Browse files
committed
Update ci go version
1 parent 1694372 commit 4cd7d50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v4
1515
with:
16-
go-version: '1.24'
16+
go-version: '1.26.0'
1717

1818
- name: Test
1919
run: make test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.22.4'
22+
go-version: '1.26.0'
2323

2424
- name: Test
2525
run: make test

0 commit comments

Comments
 (0)