From de226385d06c07e7297626d702a2333106b83e27 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 26 Aug 2026 08:27:12 -0700 Subject: [PATCH] Upgrade to Go 1.26.7 Bump the go directive from 1.25.0 to 1.26.7, the latest 1.26 patch release. Ran `go fix ./...` to completion; it reported no changes, so no source edits were needed. Co-Authored-By: Claude Opus 5 (1M context) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 603ae8f..84b0d1f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/smallstep/linkedca -go 1.25.0 +go 1.26.7 require ( github.com/stretchr/testify v1.12.1