mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-06-03 01:44:53 +00:00
Apply go mod tidy -compat=1.19 during release (#358)
* Apply go mod tidy -compat=1.19 during release fixes kairos-io/kairos#2589 Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Update .goreleaser.yaml --------- Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
parent
379c3ce4f6
commit
1787c65909
@ -29,3 +29,8 @@ changelog:
|
||||
- '^docs:'
|
||||
- '^test:'
|
||||
- '^Merge pull request'
|
||||
env:
|
||||
- GOSUMDB=sum.golang.org
|
||||
before:
|
||||
hooks:
|
||||
- go mod tidy -compat=1.19
|
Loading…
Reference in New Issue
Block a user