Skip to content
New issue

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

fix: pin to goreleaser v1.18 to unblock release #1763

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

imjasonh
Copy link
Collaborator

@imjasonh imjasonh commented Aug 2, 2023

v0.16.0 release failed with

  line 94: field replacements not found in type config.Archive

https://github.com/google/go-containerregistry/actions/runs/5743578802/job/15568191187

That line hasn't changed in 3 years (96cf69f) and the file hasn't changed since v0.15.2 where this wasn't a problem.

My only thinking is that the version of goreleaser changed from 1.18 to 1.19 since the v0.15.2 release (https://github.com/google/go-containerregistry/actions/runs/4996651209/job/13531871710)

So let's pin to 1.18 and see if it helps.

Signed-off-by: Jason Hall <jason@chainguard.dev>
@imjasonh imjasonh enabled auto-merge (squash) August 2, 2023 20:54
@imjasonh
Copy link
Collaborator Author

imjasonh commented Aug 2, 2023

replacements is deprecated according to pulumi/pulumi#13312 (comment), and was removed in 1.19

https://goreleaser.com/deprecations/#archivesreplacements

@imjasonh imjasonh merged commit a54d642 into google:main Aug 2, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants