From d91559f285e55615e83e58f1fbbcb5c46b209e66 Mon Sep 17 00:00:00 2001 From: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:07:38 -0400 Subject: [PATCH] Bump Golang to 1.21 (#207) --- .github/CONTRIBUTING.md | 2 +- .go-version | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6d6efbf7..0bba22f6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -66,7 +66,7 @@ runtime in order to build packer with the Linode plugin. 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 >= 1.20. +source, you need to have golang >= 1.21. ## Setting up Linode plugin for dev diff --git a/.go-version b/.go-version index f57ebca3..db98d22c 100644 --- a/.go-version +++ b/.go-version @@ -1,2 +1,2 @@ -1.20.11 +1.21.8 diff --git a/go.mod b/go.mod index 60ee993e..7e619f5b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/linode/packer-plugin-linode -go 1.20 +go 1.21 require ( github.com/hashicorp/hcl/v2 v2.20.0