Skip to content
Snippets Groups Projects
Verified Commit 67da78f9 authored by meskio's avatar meskio :mountain_snow:
Browse files

Use go <= 1.21 for the CI

parent 10650742
No related branches found
No related tags found
No related merge requests found
Pipeline #184598 passed
......@@ -30,22 +30,15 @@ variables:
- go get
- go build $REPRODUCIBLE_FLAGS
go-1.18:
image: golang:1.18-buster
go-1.21:
image: golang:1.21-bookworm
<<: *golang-docker-debian-template
<<: *test-template
script:
- *go-test
go-1.19:
image: golang:1.19-buster
<<: *golang-docker-debian-template
<<: *test-template
script:
- *go-test
go-1.20:
image: golang:1.20-buster
go-1.22:
image: golang:1.22-bookworm
<<: *golang-docker-debian-template
<<: *test-template
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment