buildkite / agent-stack-k8s

Spin up an autoscaling stack of Buildkite Agents on Kubernetes
MIT License
77 stars 30 forks source link

Fix go required in release step #270

Closed triarius closed 5 months ago

triarius commented 5 months ago

We had thought we did not need it, but it turns out goreleaser is configured to use go when building the release. By default, gorealear fails the release if these command (go mod tidy and go generate ./...) leave the working directory dirty, so I think keeping them in the goreleaser config is a good idea.