-
Notifications
You must be signed in to change notification settings - Fork 556
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
feat: fig autocomplete feature #1360
Conversation
d99b203
to
5778b6b
Compare
5778b6b
to
ad8fd9c
Compare
kindly ping 🙋🏻♂️ |
Tried to re-run the CI, something failed in the go-releaser snapshot... |
Still failing, maybe try a rebase? /bin/sh: 1: goimports: not found
LDFLAGS="-X github.com/sigstore/cosign/pkg/version.GitVersion=21ca2f4 -X github.com/sigstore/cosign/pkg/version.gitCommit=21ca2f407f5261cee7a10089f9de0f17d5e259ec -X github.com/sigstore/cosign/pkg/version.gitTreeState="clean" -X github.com/sigstore/cosign/pkg/version.buildDate='2022-02-01T07:07:41Z'" goreleaser release --skip-sign --skip-publish --snapshot --rm-dist
• releasing...
• loading config file file=.goreleaser.yml
• loading environment variables
• getting and validating git state
• ignoring errors because this is a snapshot error=git doesn't contain any tags. Either add a tag or use --snapshot
• building... commit=21ca2f407f5261cee7a10089f9de0f17d5e259ec latest tag=v0.0.0
• pipe skipped error=disabled during snapshot mode
• parsing tag
• running before hooks
• running hook=go mod tidy
• running hook=/bin/bash -c 'if [ -n "$(git --no-pager diff --exit-code go.mod go.sum)" ]; then exit 1; fi'
⨯ release failed after 43.37s error=hook failed: /bin/bash -c 'if [ -n "$(git --no-pager diff --exit-code go.mod go.sum)" ]; then exit 1; fi': exit status 1; output:
make: *** [release/release.mk:51: snapshot] Error 1
Error: Process completed with exit code 2. |
277acff
to
dfcc618
Compare
cc: @cpanato, is that something related to an image |
can you try to run go mod tidy and push the changes? if you ran and there is no change I will take a look |
dfcc618
to
10af4aa
Compare
you are like a hero 🦸 |
but same error :/ |
i will checkout your pr, give me some time |
running the job locally it works, trying to check why |
in ci it is complaing about
|
also made a pr to add goimports in the cross builder image: gythialy/golang-cross#87 |
and i think i discover why, one sec |
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
10af4aa
to
b0e7f57
Compare
thank you so much for helping me @cpanato, you're the best |
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
Signed-off-by: Batuhan Apaydın batuhan.apaydin@trendyol.com
Summary
will generate autocompletion typescript code of cosign for fig
Ticket Link
Fixes #1359
Release Note