update to go 1.24

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-05-13 19:27:03 +02:00
committed by CrazyMax
parent 03f9877429
commit 09b824b9dc
8 changed files with 12 additions and 13 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ env:
TEST_CACHE_SCOPE: "test"
TESTFLAGS: "-v --parallel=6 --timeout=30m"
GOTESTSUM_FORMAT: "standard-verbose"
GO_VERSION: "1.23"
GOTESTSUM_VERSION: "v1.9.0" # same as one in Dockerfile
GO_VERSION: "1.24"
GOTESTSUM_VERSION: "v1.12.0" # same as one in Dockerfile
jobs:
test-integration:
+1 -1
View File
@@ -17,7 +17,7 @@ on:
pull_request:
env:
GO_VERSION: "1.23"
GO_VERSION: "1.24"
jobs:
codeql: