Update to Go 1.25 (#3462)

This commit is contained in:
Marco Munizaga
2026-02-17 12:09:23 -08:00
committed by GitHub
parent 026bdce7d5
commit 8a6fd5b923
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ jobs:
go-test:
uses: ./.github/workflows/go-test-template.yml
with:
go-versions: '["1.24.x", "1.25.x"]'
go-versions: '["1.25.x", "1.26.x"]'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}