Skip to content

Commit 1e94941

Browse files
committed
fix go version
1 parent 7c8b5ff commit 1e94941

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Go
5151
uses: actions/setup-go@v5
5252
with:
53-
go-version: "1.23"
53+
go-version: "1.26"
5454
cache: true
5555

5656
- name: Run govulncheck
@@ -69,7 +69,7 @@ jobs:
6969
- name: Set up Go
7070
uses: actions/setup-go@v5
7171
with:
72-
go-version: "1.23"
72+
go-version: "1.26"
7373
cache: true
7474

7575
- name: Download Go dependencies

0 commit comments

Comments
 (0)