diff --git a/go.mod b/go.mod index 36da3ba..392e676 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/nais/wonderwall -go 1.26.1 +go 1.26.2 tool ( github.com/sethvargo/ratchet diff --git a/mise.toml b/mise.toml index 1c9eecf..4036a83 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -go = "1.26.1" +go = "1.26.2" [tasks.build] run = "go build -a -o bin/wonderwall ./cmd/wonderwall"