Skip to content

Commit

Permalink
Use the go mod tidy -compat=1.17 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaikas authored Apr 5, 2022
1 parent ad8e247 commit 2e5da45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:

before:
hooks:
- go mod tidy
- go mod tidy -compat=1.17
- /bin/bash -c 'if [ -n "$(git --no-pager diff --exit-code go.mod go.sum)" ]; then exit 1; fi'
- /bin/bash -c 'make release-images'
- /bin/bash -c 'make sign-images'
Expand Down

0 comments on commit 2e5da45

Please sign in to comment.