Skip to content

Update Go version and GoReleaser #85

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

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Update Go version and GoReleaser #85

merged 1 commit into from
Feb 17, 2025

Conversation

lucacome
Copy link
Contributor

@lucacome lucacome commented Feb 16, 2025

This pull request includes updates to the GitHub Actions workflow, the GoReleaser configuration, and the Go module dependencies. The changes aim to modernize the dependencies and streamline the release process.

Updates to GitHub Actions workflow:

  • .github/workflows/release.yml: Updated actions/checkout to v4, actions/setup-go to v5, and goreleaser/goreleaser-action to v6. Also modified the args for the GoReleaser step to conditionally run release or build --snapshot based on the GitHub reference type.

Changes to GoReleaser configuration:

  • .goreleaser.yml: Updated the version to 2 and refactored the configuration to remove unnecessary dashes and align the format. [1] [2] [3]

Updates to Go module dependencies:

  • go.mod: Updated Go version to 1.24.0 and upgraded golang.org/x/sys to v0.30.0 and golang.org/x/term to v0.29.0.

Signed-off-by: Luca Comellini <luca.com@gmail.com>
@rs rs merged commit 2f58e8f into rs:master Feb 17, 2025
1 check passed
@lucacome lucacome deleted the go-version branch February 17, 2025 16:28
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