Merge pull request #2292 from crazy-max/go-minor

pin to go 1.21
This commit is contained in:
Tõnis Tiigi
2024-02-28 14:26:28 -08:00
committed by GitHub
7 changed files with 7 additions and 7 deletions

View File

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

View File

@ -13,7 +13,7 @@ permissions:
security-events: write
env:
GO_VERSION: 1.21.6
GO_VERSION: "1.21"
jobs:
codeql: