build: go 1.25.7

This commit is contained in:
Trong Huu Nguyen
2026-02-10 08:52:20 +01:00
parent 1c4d08eab9
commit 9bf497ed14
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/nais/wonderwall
go 1.25.6
go 1.25.7
tool (
github.com/sethvargo/ratchet

View File

@@ -1,5 +1,5 @@
[tools]
go = "1.25.6"
go = "1.25.7"
[tasks.build]
run = "go build -a -o bin/wonderwall ./cmd/wonderwall"