From 241bd7cd83bcf8cef43a5ee429475f191ca82786 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 1 Nov 2022 14:49:22 -0700 Subject: [PATCH] Build with Go 1.19.3 This includes a small selection of security-related fixes which do not urgently impact Terraform's behavior but do close some potential avenues for unbounded resource usage or misbehavior with malicious input: - https://github.com/golang/go/issues/54853 - https://github.com/golang/go/issues/55949 - https://github.com/golang/go/issues/56284 --- .go-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.go-version b/.go-version index 66e2ae6c25cd..1b92e588b794 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.19.1 +1.19.3