From 40d87b84a44bd6ed7ee31fa318e121d697ccea34 Mon Sep 17 00:00:00 2001 From: Trong Huu Nguyen Date: Thu, 21 Aug 2025 09:57:10 +0200 Subject: [PATCH] build: go 1.25.0 --- README.md | 2 +- go.mod | 2 +- mise.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbd9baf..28510eb 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ The `authorization` header should no longer be set in the upstream response. ## Development -Requires Go 1.24. +Requires Go 1.25. Start up dependencies: diff --git a/go.mod b/go.mod index 3dc13b0..b4977f4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/nais/wonderwall -go 1.24.5 +go 1.25.0 tool ( golang.org/x/vuln/cmd/govulncheck diff --git a/mise.toml b/mise.toml index 7c5ea38..bb3c35b 100644 --- a/mise.toml +++ b/mise.toml @@ -1,2 +1,2 @@ [tools] -go = "1.24.5" +go = "1.25.0"