From ea97c27c84090edf8ffa32ffb9b4dc37e5966abc Mon Sep 17 00:00:00 2001 From: Jayesh Srivastava Date: Wed, 14 Feb 2024 13:37:12 +0530 Subject: [PATCH] PSS-23488: Update BUILDER_GO version to 1.21.6 --- util/flags/tls_boring.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/flags/tls_boring.go b/util/flags/tls_boring.go index 3de4464020c6..5d69fff92018 100644 --- a/util/flags/tls_boring.go +++ b/util/flags/tls_boring.go @@ -9,5 +9,5 @@ func InsecureSkipVerify(insecureSkipVerify bool) bool { } func GetTlsMaxVersion() uint16 { - return tls.VersionTLS12 + return tls.VersionTLS13 }