Skip to content

Commit

Permalink
Adding support for packer 1.5.4
Browse files Browse the repository at this point in the history
* Updated to packer 1.5.4 from 1.5.0
* Updated circleci golang image
  • Loading branch information
disaac committed Feb 25, 2020
1 parent 70886e7 commit b5b4669
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 59 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ executors:
working_directory: ~/packer-provisioner-serverspec
golang:
docker:
- image: circleci/golang:1.13.1
- image: circleci/golang:1.13.8
working_directory: ~/packer-provisioner-serverspec
environment:
ALPINE_VERSION: '3.10'
Expand All @@ -16,7 +16,7 @@ executors:
- image: circleci/ruby:2.5.5
working_directory: ~/packer-provisioner-serverspec
environment:
PACKER_VERSION: '1.5.0'
PACKER_VERSION: '1.5.4'
HASHI_KEY_URL: 'https://keybase.io/hashicorp/key.asc'
jobs:
build_provisioner:
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/unifio/packer-provisioner-serverspec

require (
github.com/hashicorp/hcl/v2 v2.0.0
github.com/hashicorp/packer v1.5.0
github.com/zclconf/go-cty v1.1.2-0.20191126233707-f0f7fd24c4af
golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e
github.com/hashicorp/hcl/v2 v2.3.0
github.com/hashicorp/packer v1.5.4
github.com/zclconf/go-cty v1.2.1
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
)

replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
Expand Down
Loading

0 comments on commit b5b4669

Please sign in to comment.