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

Remove usage of getopt to fix release. #225

Merged
merged 1 commit into from
Jan 26, 2023
Merged

Conversation

wlynch
Copy link
Member

@wlynch wlynch commented Jan 26, 2023

Summary

There seems to be some conflict with goreleaser, getopt/v2, getopt/v1 (through an indirect dep). We wanted to move off of getopt anyway, so this is just a convenient excuse to make the change.

Verified we can get past the build step with

goreleaser release --skip-publish --rm-dist --debug --snapshot

so hopefully this is the last of it.

Signed-off-by: Billy Lynch billy@chainguard.dev

Release Note

BREAKING CHANGE(only if you were building from head): Removes -s flag from gitsign-credential-cache. Use --systemd-socket-activation instead.

Documentation

n/a

There seems to be some conflict with goreleaser, getopt/v2, getopt/v1
(through an indirect dep). We wanted to move off of getopt anyway, so
this is just a convenient excuse to make the change.

Verified we can get past the build step with

```sh
goreleaser release --skip-publish --rm-dist --debug --snapshot
```

so hopefully this is the last of it.

Signed-off-by: Billy Lynch <billy@chainguard.dev>
@wlynch wlynch requested a review from cpanato January 26, 2023 16:29
@wlynch wlynch merged commit 3406c64 into sigstore:main Jan 26, 2023
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

2 participants