build: go 1.25.6

This commit is contained in:
Trong Huu Nguyen
2026-01-16 08:52:14 +01:00
parent 4bacdf3871
commit af0dfaa74c
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.5
go 1.25.6
tool (
github.com/sethvargo/ratchet

View File

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