Skip to content

Commit 28bc9cc

Browse files
authored
Fix packer plugins check to v1.7.2 version
1 parent 299b878 commit 28bc9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 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 1.7.2 version of Packer
20+
# This will check plugin compatibility against v1.7.2 version of Packer
2121
- cmd: |
22-
go install github.com/hashicorp/packer/cmd/packer-plugins-check@1.7.2 &&
22+
go install github.com/hashicorp/packer/cmd/packer-plugins-check@v1.7.2 &&
2323
packer-plugins-check -load={{ .Name }}
2424
dir: "{{ dir .Path}}"
2525
flags:

0 commit comments

Comments
 (0)