From dff9f9071443296ae50279a8935a24014c5d271d Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Fri, 14 Aug 2026 19:09:00 +0530 Subject: [PATCH] chore(deps): go 1.26.5 -> 1.26.6 go.mod is the single source of truth: every workflow resolves the toolchain with go-version-file: go.mod, and the Dockerfile tracks golang:1.26-alpine3.23, so nothing else pins a patch version. go mod tidy produced no dependency churn. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d7a59073..b71188c8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/authorizerdev/authorizer -go 1.26.5 +go 1.26.6 require ( buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260415201107-50325440f8f2.1