build: go 1.25.0

This commit is contained in:
Trong Huu Nguyen
2025-08-21 09:57:10 +02:00
parent 39b723b753
commit 40d87b84a4
3 changed files with 3 additions and 3 deletions

View File

@@ -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:

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/nais/wonderwall
go 1.24.5
go 1.25.0
tool (
golang.org/x/vuln/cmd/govulncheck

View File

@@ -1,2 +1,2 @@
[tools]
go = "1.24.5"
go = "1.25.0"