From c47cb752236f81d98a0ea25b0bde2bd5e4f57563 Mon Sep 17 00:00:00 2001 From: Geoffrey Date: Thu, 2 Jul 2026 18:51:14 +0000 Subject: [PATCH] go: upgrade to Go 1.26.4 and run go fix ./... --- logr/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logr/go.mod b/logr/go.mod index bb9a72a..7c7c21c 100644 --- a/logr/go.mod +++ b/logr/go.mod @@ -1,6 +1,6 @@ module github.com/sourcegraph/log/logr -go 1.19 +go 1.26.4 replace github.com/sourcegraph/log => ../