We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ goreleaser --version ____ ____ _ / ___| ___ | _ \ ___| | ___ __ _ ___ ___ _ __ | | _ / _ \| |_) / _ \ |/ _ \/ _` / __|/ _ \ '__| | |_| | (_) | _ < __/ | __/ (_| \__ \ __/ | \____|\___/|_| \_\___|_|\___|\__,_|___/\___|_| goreleaser: Deliver Go Binaries as fast and easily as possible https://goreleaser.com GitVersion: v2.0.1 GitCommit: unknown GitTreeState: unknown BuildDate: unknown BuiltBy: unknown GoVersion: go1.22.4 Compiler: gc ModuleSum: h1:Wx2peRnvixEBRKxU6T0Gh+3wlire+Jv2IOW5eNPan3U= Platform: linux/amd64 $ goreleaser --clean • starting release... • only configurations files on version: 2 are supported, yours is version: 0 , please update your configuration ... <APPEARS TO CONTINUE AS NORMAL>
Go releaser config needs to be updated for v2.
What version of Go are you using (go version)?
go version
What operating system and processor architecture are you using (go env)?
go env
Anything else that is important?
The text was updated successfully, but these errors were encountered:
I don't suppose we need something from the latest. You can just pin the version instead of using latest.
Alternatively it should just be adding version: 2 to the config.
version: 2
Sorry, something went wrong.
Add goreleaser version config; ref: minio/kes#470
ee547f1
Add goreleaser version config; ref: minio/kes#470 (#14)
a604641
Set GoReleaser version to specific version in CI (#34)
2459f8b
Ref 1: https://goreleaser.com/errors/version/ Ref 2: minio/kes#470
aead
No branches or pull requests
Bug describtion
Expected behavior
Go releaser config needs to be updated for v2.
Additional context
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?Anything else that is important?
The text was updated successfully, but these errors were encountered: