Skip to content

Commit

Permalink
Specify version 3 in go.mod (#45)
Browse files Browse the repository at this point in the history
* specify version in go.mod
  • Loading branch information
fishnix committed Mar 22, 2021
1 parent e0ae859 commit 942b35a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 37 deletions.
4 changes: 2 additions & 2 deletions example/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
}
],
"variables": {
"iso_checksum": "101bc813d2af9ccf534d112cbe8670e6d900425b297d1a4d2529c5ad5f226372",
"iso_checksum": "b79079ad71cc3c5ceb3561fff348a1b67ee37f71f4cddfec09480d4589c191d6",
"iso_checksum_type ": "sha256",
"iso_url": "http://mirror.net.cen.ct.gov/centos/7.8.2003/isos/x86_64/CentOS-7-x86_64-NetInstall-2003.iso"
"iso_url": "http://mirror.net.cen.ct.gov/centos/7.9.2009/isos/x86_64/CentOS-7-x86_64-NetInstall-2009.iso"
}
}

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/YaleUniversity/packer-provisioner-goss
module github.com/YaleUniversity/packer-provisioner-goss/v3

go 1.13
go 1.15

require (
github.com/hashicorp/hcl/v2 v2.8.0
Expand Down
Loading

0 comments on commit 942b35a

Please sign in to comment.