-
Notifications
You must be signed in to change notification settings - Fork 2
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
[ONPREM-1958] Bump Go to 1.24 and move to go tool #126
Conversation
28efb4d
to
ce663a6
Compare
ce663a6
to
772cd0d
Compare
- when: | ||
condition: | ||
equal: [ << pipeline.parameters.triggered_by_webhook >>, true ] | ||
- with-go-cache: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we get GoReleaser and Cosign through go tool
now, let's cache them
- cmd: go | ||
args: ["tool", "cosign", "sign", "--key=cosign.key", "${artifact}@${digest}", "--yes"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bit unfortunate, but we apparently can't template here for cmd
: https://goreleaser.com/customization/docker_sign/
(Ideally, I would've like to do something along the lines of this: 28efb4d#diff-ac0b52a2ae6ef99999bc08fb31e19188bf0085a4614204068e677e140e1458be)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does seem pretty readable at least
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's true
16c44d6
to
772cd0d
Compare
⚙️ Issue
⚙️ Change Description
Acceptance Criteria:
✅ Solution
❓ Testing
📖 Documentation Updates