aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authoritchyonion <itchyonion@torproject.org>2023-05-29 10:11:32 -0700
committeritchyonion <itchyonion@torproject.org>2023-06-08 00:51:42 -0700
commit130b63ccddb64b10a881b150c93c0122e0698a9e (patch)
tree64d71b163315a4e266376d2df125a5a308532dc7 /.gitlab-ci.yml
parent82cc0f38f73c4ca4e12d22173562a092ebd4dea0 (diff)
downloadsnowflake-130b63ccddb64b10a881b150c93c0122e0698a9e.tar.gz
snowflake-130b63ccddb64b10a881b150c93c0122e0698a9e.zip
use debian buster and bullseye as base images
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28003ff..c8a8a31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: