Skip to content

Commit

Permalink
Bump go to v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Nov 27, 2023
1 parent cdb9fd1 commit 27fac9c
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.19
source, you need to have golang >= 1.20

## 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.19.8
1.20.11

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.19
go 1.20

require (
github.com/hashicorp/hcl/v2 v2.16.2
Expand Down

0 comments on commit 27fac9c

Please sign in to comment.