Skip to content

Commit c89cefb

Browse files
Update dependency go to 1.25
1 parent 497e4b6 commit c89cefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.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@v3
2121
with:
22-
go-version: 1.19
22+
go-version: 1.25
2323

2424
- name: Test
2525
run: go test -v ./...

0 commit comments

Comments
 (0)