Skip to content

Commit

Permalink
fix goreleaser to check only major and minor go version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchg committed Jun 30, 2023
1 parent 8991f6a commit 4d0bde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
# Hooks to run before any build is run.
before:
hooks:
- go version | grep --quiet "go1\.19\.9" || echo "Go binary version must be 1.19.9"
- go version | grep --quiet "go1\.19" || echo "Go binary version must be 1.19.9"
- go mod download

# Binary builds.
Expand Down

0 comments on commit 4d0bde4

Please sign in to comment.