From 64059df3cdc4e5388756ec1246cb1fc2688a3aaa Mon Sep 17 00:00:00 2001 From: "enix-renovate[bot]" <280654036+enix-renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 08:11:30 +0000 Subject: [PATCH] chore: update go toolchain to v1.26.6 --- dagger/go.mod | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dagger/go.mod b/dagger/go.mod index db5be8c..3e49b14 100644 --- a/dagger/go.mod +++ b/dagger/go.mod @@ -2,7 +2,7 @@ module dagger/x-509-ce go 1.26.1 -toolchain go1.26.5 +toolchain go1.26.6 require ( github.com/Khan/genqlient v0.8.1 diff --git a/go.mod b/go.mod index bc7b7b8..b88c630 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/enix/x509-certificate-exporter/v4 go 1.26.0 -toolchain go1.26.5 +toolchain go1.26.6 require ( github.com/KimMachineGun/automemlimit v0.7.5