From 0449926ed44a68cfa6129ade28a0c4438db8b991 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 9787b66..6263b64 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/git-pkgs/distill go 1.26 +toolchain go1.26.6 + require ( github.com/git-pkgs/enrichment v0.6.5 github.com/git-pkgs/purl v0.1.15