-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Build with Go 1.21.0 * tests: update tls error message string Go 1.21 introduced more detailed error conditions for mTLS connections. As of Go 1.21, if the server is configured to require client auth, but no client cert is provided, the alert is now "certificate required", rather than "bad certificate". See golang/go@62a9948. * declare go 1.21.0 As of Go 1.21.0, the go directive in go.mod declares a strict minimum version of Go necessary to use a module. The go command will download a copy of the newer toolchain if necessary. * changelog: Go 1.21 supported OS versions * scripts: pin staticcheck package The last released version of staticcheck does not yet support Go 1.21.0, so pin to the latest commit. When a version is released that supports Go 1.21.0, we should pin to that instead. * Go 1.21 contrib updates * bump versions of hcl/v2 and go-cty This update means that HCL, cty, and Terraform all use Unicode 15. --------- Co-authored-by: Katy Moe <[email protected]> Co-authored-by: kmoe <[email protected]>
- Loading branch information
1 parent
0f2314f
commit 91c30fe
Showing
6 changed files
with
39 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.20.7 | ||
1.21.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.