Skip to content

Commit c6fce73

Browse files
committed
Update Github action to Go 1.25
1 parent 6365fcb commit c6fce73

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
@@ -17,10 +17,10 @@ jobs:
1717
test:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- name: Set up Go 1.13
20+
- name: Set up Go 1.25
2121
uses: actions/setup-go@v1
2222
with:
23-
go-version: 1.13
23+
go-version: 1.25
2424
id: go
2525
- uses: actions/checkout@v1
2626
- name: Run tests

0 commit comments

Comments
 (0)