From cada5c4dde8d88bc82642bfab89024c4f7e6b40e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:34:50 +1000 Subject: [PATCH] chore(deps): update go to v1.22.4 (#82) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6590fa1..1163782 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module hypera.dev/kani go 1.21 -toolchain go1.22.3 +toolchain go1.22.4 require github.com/coreos/go-oidc/v3 v3.10.0