Skip to content

Commit

Permalink
Bump Golang to 1.21 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Mar 19, 2024
1 parent 8352baa commit d91559f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.20.11
1.21.8

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d91559f

Please sign in to comment.