Skip to content

Commit 6abf66e

Browse files
committed
ci: fix build-cross job to use Go 1.26
1 parent 3d0706a commit 6abf66e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Go
6565
uses: actions/setup-go@v6
6666
with:
67-
go-version: '1.22'
67+
go-version: '1.26'
6868
cache: true
6969

7070
- name: Build

0 commit comments

Comments
 (0)