aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2025-01-03 21:57:52 +0100
committerRasmus Dahlberg <rasmus@rgdd.se>2025-01-03 21:57:52 +0100
commit80667f1f5707b75cbd4aff47b51bab103c429b24 (patch)
tree49ca4473df2b619b716e5915b263c658d7f4693c
parentfa4c75c4ed99fed1bad46fb04651238de82b28c0 (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.
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--go.mod2
2 files changed, 1 insertions, 3 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
diff --git a/go.mod b/go.mod
index 95b97da..4f49688 100644
--- a/go.mod
+++ b/go.mod
@@ -2,8 +2,6 @@ module rgdd.se/silentct
go 1.22.7
-toolchain go1.23.4
-
require (
github.com/google/certificate-transparency-go v1.3.0
github.com/transparency-dev/merkle v0.0.2