aboutsummaryrefslogtreecommitdiff
path: root/go.mod
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 /go.mod
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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 0 insertions, 2 deletions
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