Merge pull request #2782 from crazy-max/go-1.23

update to go 1.23
This commit is contained in:
CrazyMax
2024-11-20 11:40:54 +01:00
committed by GitHub
16 changed files with 27 additions and 25 deletions

View File

@ -36,7 +36,7 @@ env:
TEST_CACHE_SCOPE: "test"
TESTFLAGS: "-v --parallel=6 --timeout=30m"
GOTESTSUM_FORMAT: "standard-verbose"
GO_VERSION: "1.22"
GO_VERSION: "1.23"
GOTESTSUM_VERSION: "v1.9.0" # same as one in Dockerfile
jobs:

View File

@ -17,7 +17,7 @@ on:
pull_request:
env:
GO_VERSION: "1.22"
GO_VERSION: "1.23"
jobs:
codeql: