Skip to content

Commit 304e798

Browse files
committed
fix: warn about go 1.24 toolchain usage [IAC-3259]
1 parent d1bf41b commit 304e798

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
module github.com/hashicorp/terraform-provider-aws
22

3+
// ----------------------------------------------------------------------------------------------------
4+
// DO NOT update to go 1.24 due to missing P521 elliptic used for the self-signed
5+
// certs between any client and terraform-aws-provider. The mTLS certs that we use:
6+
// https://github.com/hashicorp/go-plugin/blob/cfdf485783602a2ca85502dedebf441be7bcbc8d/mtls.go#L21-L24
7+
// ----------------------------------------------------------------------------------------------------
8+
39
go 1.23.0
410

511
toolchain go1.23.6

0 commit comments

Comments
 (0)