From 827a9aeaf57907e83573c2826c5b62808b5a3ddf Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Tue, 18 Aug 2026 07:58:14 +0100 Subject: [PATCH] Use Go 1.26.6 toolchain --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 0e68545..034523e 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/git-pkgs/pin go 1.26.3 +toolchain go1.26.6 + require ( github.com/git-pkgs/archives v0.5.1 github.com/git-pkgs/attestation v0.1.0