From 27a4ef6ab9a0aeb7d30aeef328ec137672034df1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 21:45:08 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e63c6c29..3d915a59 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/moov-io/wire go 1.25.0 -toolchain go1.26.1 +toolchain go1.26.2 require ( github.com/antihax/optional v1.0.0