build: go 1.26.3

This commit is contained in:
Trong Huu Nguyen
2026-05-08 09:00:59 +02:00
parent 24fb9b1a1d
commit 48a65a800d
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.2
go 1.26.3
tool (
github.com/sethvargo/ratchet

View File

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