Skip to content

Commit

Permalink
chore: update go version to a supported version (#118)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jimlambrt authored Oct 4, 2023
1 parent 58c4495 commit 635b1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saml/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/cap/saml

go 1.19
go 1.20

require (
github.com/beevik/etree v1.2.0
Expand Down

0 comments on commit 635b1e9

Please sign in to comment.