From 71aa2f3f96691e43ec9e12351313345d2e6dd21a Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Mon, 23 Oct 2023 12:03:51 -0400 Subject: [PATCH] Bump required Go version in CONTRIBUTING guide --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 86e030cce3b..60063f93b23 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -70,7 +70,7 @@ runtime in order to build packer. 1. This project always releases from the latest version of golang. [Install go](https://golang.org/doc/install#install) To properly build from -source, you need to have golang >= v1.18 +source, you need to have golang >= v1.20 ## Setting up Packer for dev