aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorKévin Dunglas <[email protected]>2024-08-23 19:01:28 +0200
committerGitHub <[email protected]>2024-08-23 11:01:28 -0600
commit2028da4e74cd41f0f7f94222c6599da1a371d4b8 (patch)
tree9d29ec3f057d913a5daba11f98b42d80f9da3ed5 /go.mod
parent4ade967005929e98ae2265d9d7c89b33f1ca951b (diff)
downloadcaddy-2028da4e74cd41f0f7f94222c6599da1a371d4b8.tar.gz
caddy-2028da4e74cd41f0f7f94222c6599da1a371d4b8.zip
ci: build and test with Go 1.23 (#6526)
* chore: build and test with Go 1.23 * ci: bump golangci-lint to v1.60 * fix: make properly wrap errors * ci: remove Go 1.21
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index e6dd928b9..6ae4a4a8e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,8 @@
module github.com/caddyserver/caddy/v2
-go 1.21.0
+go 1.22.3
-toolchain go1.22.2
+toolchain go1.23.0
require (
github.com/BurntSushi/toml v1.3.2