Upgrade Go version (#4923)

This fixes a security vulnerability in net/http, CVE-2024-24791.
pull/4977/head
Johan Brandhorst-Satzkorn 2 years ago committed by Danielle Miu
parent afe582c82d
commit 1602796477

@ -1 +1 @@
1.21.9
1.22.5

@ -1,6 +1,6 @@
module github.com/hashicorp/boundary
go 1.21.9
go 1.22.5
replace github.com/hashicorp/boundary/api => ./api

Loading…
Cancel
Save