Skip to content

Commit 72414d8

Browse files
committed
fix: bump go to 1.25
go 1.26 is out as well, but i'm stick with 1.25 for now
1 parent 55c7bda commit 72414d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- name: Setup Go environment
1111
uses: actions/setup-go@v6
1212
with:
13-
go-version: 1.23
13+
go-version: 1.25
1414
- name: Run
1515
run: make test

0 commit comments

Comments
 (0)