Skip to content

Commit

Permalink
set packer version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCMoraes committed Jun 3, 2024
1 parent ddf77e8 commit e43e299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
run: |
cd "$(mktemp -d)"
go mod init example.com/m
go mod edit -replace github.com/hashicorp/packer=github.com/inloco/packer@v1.8.6
go mod edit -replace github.com/hashicorp/packer=github.com/inloco/packer@v1.11.0
go get -v -x github.com/hashicorp/packer
cd "$(go env GOMODCACHE)/github.com/inloco/packer@v1.8.6"
cd "$(go env GOMODCACHE)/github.com/inloco/packer@v1.11.0"
go install -v -x
- name: install and setup session-manager-plugin
run: |
Expand Down

0 comments on commit e43e299

Please sign in to comment.