Skip to content
Snippets Groups Projects

Update golang Docker tag to v1.21 - autoclosed

Closed renovate requested to merge renovate/golang-1.x into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,6 +2,6 @@ include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
run_tests:
stage: test
image: "golang:1.20"
image: "golang:1.21"
script: "go test -v ./..."
Loading