use debian buster and bullseye as base images

This commit is contained in:
itchyonion 2023-05-29 10:11:32 -07:00
parent 82cc0f38f7
commit 130b63ccdd
No known key found for this signature in database
GPG key ID: 4B87B720348500EA

View file

@ -1,6 +1,8 @@
variables:
DEBIAN_FRONTEND: noninteractive
DEBIAN_OLD_STABLE: buster
DEBIAN_STABLE: bullseye
REPRODUCIBLE_FLAGS: -trimpath -ldflags=-buildid=
# set up apt for automated use
@ -141,21 +143,21 @@ android:
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
go-1.18:
image: golang:1.18-stretch
image: golang:1.18-$DEBIAN_OLD_STABLE
<<: *golang-docker-debian-template
<<: *test-template
script:
- *go-test
go-1.19:
image: golang:1.19-buster
image: golang:1.19-$DEBIAN_STABLE
<<: *golang-docker-debian-template
<<: *test-template
script:
- *go-test
go-1.20:
image: golang:1.20-buster
image: golang:1.20-$DEBIAN_STABLE
<<: *golang-docker-debian-template
<<: *test-template
script:
@ -170,7 +172,7 @@ debian-testing:
generate_tarball:
stage: deploy
image: golang:1.19-buster
image: golang:1.19-$DEBIAN_STABLE
rules:
- if: $CI_COMMIT_TAG
script: