[BugFix: Issue #335] goreleaser latest version (1.7) introduced breaking changes requiring Go1.18 #333
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What problem does this Pull Request solve?
Please link to the issue number here (issue will be closed when PR is merged): Closes #335
If you don't have an issue created, please create the issue first describing the problem and then open the PR
Test
The pipeline is failing due to another bug related to the make test-all which is fixed as part of #336. Since this PR only fixed the gorelease part and it's working again and the failure in the pipeline is unrelated to this change will go ahead and merge the PR to unblock the other pending PRs (#332 and #336).
Type of change
What type of change does your code introduce to the provider? Please put an
x
(w/o heading/trailing white spaces) in the boxes that apply:Checklist
Please put an
x
(w/o heading/trailing white spaces) in the boxes that apply:make test-all
[FeatureRequest: Issue #X] <PR Title>
[BugFix: Issue #X] <PR Title>
[TechDebt: Issue #X] <PR Title>
[NewRelease] vX.Y.Z
Checklist for Admins