From ca2ff195f6bb2a81042a1d09a1817fd3e85167e6 Mon Sep 17 00:00:00 2001 From: Geoffrey Date: Thu, 2 Jul 2026 18:05:37 +0000 Subject: [PATCH] go: upgrade to Go 1.26.4 and run go fix ./... --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7605bc7..13a4584 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/nicksnyder/renovate-dependency-test -go 1.14 +go 1.26.4 require github.com/pkg/errors v0.7.0