build: go 1.26.2

This commit is contained in:
Trong Huu Nguyen
2026-04-08 08:36:58 +02:00
parent 0572c16770
commit b7b5f2e74e
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.26.1
go 1.26.2
tool (
github.com/sethvargo/ratchet

View File

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