diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2025-01-03 21:57:52 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2025-01-03 21:57:52 +0100 |
commit | 80667f1f5707b75cbd4aff47b51bab103c429b24 (patch) | |
tree | 49ca4473df2b619b716e5915b263c658d7f4693c /.gitlab-ci.yml | |
parent | fa4c75c4ed99fed1bad46fb04651238de82b28c0 (diff) |
ci: Use go verison 1.23
Unfortunately larger than what's in Debian backports, but it appears
that github.com/google/certificate-transparency-go requires it.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a8ddbd..149a462 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: golang:1.22 +image: golang:1.23 stages: - test |