build: go 1.26.6

This commit is contained in:
Trong Huu Nguyen
2026-08-14 12:28:31 +02:00
parent 967282e47b
commit d0fccc8d61
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.26.5 AS builder
FROM --platform=$BUILDPLATFORM golang:1.26.6 AS builder
ENV CGO_ENABLED=0
ENV GOTOOLCHAIN=auto
WORKDIR /src
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/nais/wonderwall
go 1.26.5
go 1.26.6
require (
github.com/KimMachineGun/automemlimit v0.7.5
+1 -1
View File
@@ -2,7 +2,7 @@
pin = true
[tools]
go = "1.26.5"
go = "1.26.6"
golangci-lint = "2.12.2"
"go:github.com/securego/gosec/v2/cmd/gosec" = "2.28.0"
"go:github.com/sethvargo/ratchet" = "0.12.0"