Bump to go 1.24

This commit is contained in:
Thomas Ferrandiz
2025-10-13 08:46:49 +00:00
parent 00adf22482
commit 34e6dff08f
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.22.x, 1.23.x]
go-version: [1.24.x]
goarch: [386, amd64, arm, arm64, ppc64le, s390x]
os: [ubuntu-latest] #, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

View File

@@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.22.x, 1.23.x]
go-version: [1.24.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps: