Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 631142f

Browse files
committed
Added version check for goreleaser #4252
1 parent 2b3f5e4 commit 631142f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/goreleaser/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: goreleaser
22
version: "1.13.1"
3-
check: ""
3+
check: ${binary} --version | head -1 | cut -d' ' -f3
44
dependencies:
55
- go
66
- cosign

0 commit comments

Comments
 (0)