Skip to content

Commit

Permalink
Apply go mod tidy -compat=1.19 during release (#358)
Browse files Browse the repository at this point in the history
* Apply go mod tidy -compat=1.19 during release

fixes kairos-io/kairos#2589

Signed-off-by: Mauro Morales <[email protected]>

* Update .goreleaser.yaml

---------

Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales authored May 30, 2024
1 parent 379c3ce commit 1787c65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ changelog:
- '^docs:'
- '^test:'
- '^Merge pull request'
env:
- GOSUMDB=sum.golang.org
before:
hooks:
- go mod tidy -compat=1.19

0 comments on commit 1787c65

Please sign in to comment.