From 56a93ab27c1571a6717769093a9af440e8be0430 Mon Sep 17 00:00:00 2001 From: "Scott G. Miller" Date: Mon, 5 Aug 2024 16:09:47 -0500 Subject: [PATCH] try to revert go update --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d76908d3c585..88053f44a552 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,9 @@ module github.com/hashicorp/vault // semantic related to Go module handling), this comment should be updated to explain that. // // Whenever this value gets updated, sdk/go.mod should be updated to the same value. -go 1.22.5 +go 1.21 + +toolchain go1.22.2 replace github.com/hashicorp/vault/api => ./api