Match Go version number to that of Tailscale

This commit is contained in:
akp 2024-10-12 13:33:46 +01:00
parent 62fc7c3144
commit 078b726c82
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

2
go.mod
View file

@ -1,6 +1,6 @@
module go.akpain.net/caddy-tailscale-auth
go 1.23.2
go 1.23.1
require (
github.com/caddyserver/caddy/v2 v2.8.4