build: use Go 1.21

This commit is contained in:
Christian Schwarz
2023-09-10 10:19:05 +00:00
parent 0fe2ac6b90
commit b5053d2659
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -94,7 +94,7 @@ parameters:
release_docker_baseimage_tag:
type: string
default: "1.19"
default: "1.21"
workflows:
version: 2
@@ -104,15 +104,15 @@ workflows:
jobs:
- quickcheck-docs
- quickcheck-go: &quickcheck-go-smoketest
name: quickcheck-go-amd64-linux-1.19
goversion: &latest-go-release "1.19"
name: quickcheck-go-amd64-linux-1.21
goversion: &latest-go-release "1.21"
goos: linux
goarch: amd64
- test-go-on-latest-go-release:
goversion: *latest-go-release
- quickcheck-go:
requires:
- quickcheck-go-amd64-linux-1.19 #quickcheck-go-smoketest.name
- quickcheck-go-amd64-linux-1.21 #quickcheck-go-smoketest.name
matrix: &quickcheck-go-matrix
alias: quickcheck-go-matrix
parameters: