Skip to content

Commit 299b878

Browse files
authored
Fix packer plugins check to 1.7.2 version
1 parent e7710da commit 299b878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ builds:
1717
mod_timestamp: '{{ .CommitTimestamp }}'
1818
hooks:
1919
post:
20-
# This will check plugin compatibility against latest version of Packer
20+
# This will check plugin compatibility against 1.7.2 version of Packer
2121
- cmd: |
22-
go install github.com/hashicorp/packer/cmd/packer-plugins-check@latest &&
22+
go install github.com/hashicorp/packer/cmd/packer-plugins-check@1.7.2 &&
2323
packer-plugins-check -load={{ .Name }}
2424
dir: "{{ dir .Path}}"
2525
flags:
@@ -82,4 +82,4 @@ release:
8282
#- glob: ./docs.zip
8383

8484
changelog:
85-
skip: true
85+
skip: true

0 commit comments

Comments
 (0)