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
The CI build pipeline currently relies on goreleaser lates which at the time of writing is v1.7.0 and requires go 1.18.
Example of pipeline failing due to this bug: https://app.travis-ci.com/github/dikhan/terraform-provider-openapi/builds/249182084
Steps to reproduce the behavior:
go install github.com/goreleaser/goreleaser@latest
# github.com/goreleaser/goreleaser/pkg/context ../../../../pkg/mod/github.com/goreleaser/goreleaser@v1.7.0/pkg/context/context.go:151:15: undefined: strings.Cut note: module requires Go 1.18
goreleaser is pinned to a previous version v1.6.3 that does not required Go 1.18 and the pipeline is able to release code just fine.
Add any other context about the problem here.
Don't forget to go through the checklist to make sure the issue is created properly:
The text was updated successfully, but these errors were encountered:
Merge pull request #333 from dikhan/pin-gorelease-version-v1.6.3
3599791
[BugFix: Issue #335] goreleaser latest version (1.7) introduced breaking changes requiring Go1.18
dikhan
Successfully merging a pull request may close this issue.
Describe the bug
The CI build pipeline currently relies on goreleaser lates which at the time of writing is v1.7.0 and requires go 1.18.
Example of pipeline failing due to this bug: https://app.travis-ci.com/github/dikhan/terraform-provider-openapi/builds/249182084
To Reproduce
Steps to reproduce the behavior:
go install github.com/goreleaser/goreleaser@latest
Expected behaviour
goreleaser is pinned to a previous version v1.6.3 that does not required Go 1.18 and the pipeline is able to release code just fine.
Additional context
Add any other context about the problem here.
Checklist (for admin only)
Don't forget to go through the checklist to make sure the issue is created properly:
The text was updated successfully, but these errors were encountered: