From 4cebb8c14379abf499157ac65354f13eefa26c98 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 7 May 2026 21:58:52 +0000 Subject: [PATCH] chore(all): update go toolchain directive to v1.26.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0eea501..e99e120 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/openconfig/entity-naming go 1.24.0 -toolchain go1.25.5 +toolchain go1.26.3 require ( github.com/openconfig/goyang v1.6.3