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 goreleaser action #1

Merged
merged 3 commits into from
Nov 25, 2023
Merged

Fix goreleaser action #1

merged 3 commits into from
Nov 25, 2023

Conversation

arusso
Copy link
Collaborator

@arusso arusso commented Nov 24, 2023

Moving our project to an organization, the way permissions are handled is slightly different so we need to call out which permissions our jobs need in order to create our releases automatically.

This also fixes a deprecation issue with goreleaser, which changes the --rm-dist flag to --clean and forces the Go version to match our minimum of 1.21.

Since we've moved the project under an Org, rather than set a more
permissive value for GITHUB_TOKENs for all our repositories, we'll
adjust this specific job to include the permissions needed for it to
create releases.
The flag --rm-dist is now --clean
@arusso arusso self-assigned this Nov 24, 2023
@arusso arusso requested review from raed-shomali and rk295 November 24, 2023 21:36
@arusso
Copy link
Collaborator Author

arusso commented Nov 24, 2023

@rk295 @raed-shomali once either of you reviews and approves I'll handle merging and then we can cut 0.1.0.

Copy link
Contributor

@raed-shomali raed-shomali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@arusso arusso merged commit 9918a04 into slack-io:main Nov 25, 2023
3 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.

2 participants