From e7e758fa62f16fd72334be804e38b9de17a003c3 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 04:44:18 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.22.8 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1c1047b2..07516dc5 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/lasso go 1.22.0 -toolchain go1.22.7 +toolchain go1.22.8 require ( github.com/pkg/errors v0.9.1