kairos icon indicating copy to clipboard operation
kairos copied to clipboard

goreleaser fails with `go mod tidy`

Open mauromorales opened this issue 1 month ago • 1 comments

Running goreleaser in some components breaks the release atm because it's tryint to tidy with a newer golang version while it should do it with 1.19 or with compat=1.19

not sure if it's only on the agent

go: downloading github.com/pierrec/lz4 v2.6.1+incompatible
go: downloading github.com/pkg/xattr v0.4.9
go: downloading github.com/ulikunitz/xz v0.5.11
go: updates to go.mod needed; to update it:
	go mod tidy

Error: The process '/opt/hostedtoolcache/goreleaser-action/1.26.2/x64/goreleaser' failed with exit code 1

https://github.com/kairos-io/kairos-agent/actions/runs/9226244622/job/25385565755?pr=353

mauromorales avatar May 24 '24 15:05 mauromorales