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 /go.mod | |
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 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |