chore: Bump to Go version 1.21.5

Go 1.21.5 fixes a few vulnerabilities. Most notably for boundary is a
fix in net/http to limit chunked data overhead.

See: https://groups.google.com/g/golang-announce/c/iLGK3x6yuNo
pull/4123/head
Timothy Messier 2 years ago
parent 54a3c29cb7
commit 575cd9d63b
No known key found for this signature in database
GPG Key ID: EFD2F184F7600572

@ -1 +1 @@
1.21.4
1.21.5

@ -2,7 +2,7 @@ module github.com/hashicorp/boundary/api
go 1.21
toolchain go1.21.4
toolchain go1.21.5
require (
github.com/hashicorp/go-cleanhttp v0.5.2

@ -2,7 +2,7 @@ module github.com/hashicorp/boundary/sdk
go 1.21
toolchain go1.21.4
toolchain go1.21.5
require (
github.com/hashicorp/eventlogger v0.1.2-0.20230428153751-cca445805f24

Loading…
Cancel
Save