Skip to content

Commit 7a72550

Browse files
committed
update ci
1 parent c1540ad commit 7a72550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Go
2222
uses: actions/setup-go@v6
2323
with:
24-
go-version: '1.25'
24+
go-version: '1.26'
2525
check-latest: true
2626

2727
- name: Install libraries for ubuntu
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install Go
5353
uses: actions/setup-go@v6
5454
with:
55-
go-version: '1.25'
55+
go-version: '1.26'
5656
check-latest: true
5757

5858
- name: Install libraries for ubuntu

0 commit comments

Comments
 (0)