Update Github action to Go 1.25

This commit is contained in:
Mickaël Rémond
2025-09-29 13:59:58 +02:00
parent 6365fcb59f
commit c6fce730b7

View File

@@ -17,10 +17,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
- name: Set up Go 1.25
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.25
id: go
- uses: actions/checkout@v1
- name: Run tests