From 7cb41e3f0a9701564b136be2485bd770fe1a54a4 Mon Sep 17 00:00:00 2001 From: Jim Date: Sun, 1 Oct 2023 10:53:21 -0400 Subject: [PATCH] chore: update go version to a supported version 1.19 is EOL, so updating to 1.20 -> we probably don't want to require 1.21 yet since it would no longer become a "recommendation" but rather a requirement. --- saml/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saml/go.mod b/saml/go.mod index 684679b..c5c2ce3 100644 --- a/saml/go.mod +++ b/saml/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/cap/saml -go 1.19 +go 1.20 require ( github.com/beevik/etree v1.2.0