aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Holt <[email protected]>2024-05-10 08:32:44 -0600
committerMatthew Holt <[email protected]>2024-05-10 08:32:44 -0600
commitabdf1ae15c32b467b5775fcc2711fb20c5880fb2 (patch)
treecab8f9a76244e1375eb8bbf5bf303861377152db
parentd7e3a1974ba968afd84faad207b8717f5faf6ad6 (diff)
downloadcaddy-abdf1ae15c32b467b5775fcc2711fb20c5880fb2.tar.gz
caddy-abdf1ae15c32b467b5775fcc2711fb20c5880fb2.zip
go.mod: go 1.22.3
Seeing if this assists with some Go tooling logic
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4b39530d2..87b66e4c6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/caddyserver/caddy/v2
-go 1.22.0
+go 1.22.3
require (
github.com/BurntSushi/toml v1.3.2