chore: update ci for go1.24 (#3195)

Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
This commit is contained in:
web3-bot
2025-02-18 13:01:14 +01:00
committed by GitHub
parent ce335621f2
commit fe11448914
23 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ jobs:
go-check:
uses: ipdxco/unified-github-workflows/.github/workflows/go-check.yml@v1.0
with:
go-version: "1.23.x"
go-version: "1.24.x"
go-generate-ignore-protoc-version-comments: true
+1 -1
View File
@@ -17,6 +17,6 @@ jobs:
go-test:
uses: ./.github/workflows/go-test-template.yml
with:
go-versions: '["1.22.x", "1.23.x"]'
go-versions: '["1.23.x", "1.24.x"]'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}