Skip to content

Conversation

@hhatto
Copy link
Member

@hhatto hhatto commented Dec 28, 2025

  • actions/checkout@v4 to v6
  • actions/setup-go@v4 to v6
  • goreleaser/goreleaser-action@v4 to v6

@hhatto hhatto self-assigned this Dec 28, 2025
@hhatto hhatto requested a review from Copilot December 28, 2025 12:55
@hhatto hhatto merged commit b760e9f into master Dec 28, 2025
5 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates GitHub Actions workflows to use newer versions of actions and Go. The changes include upgrading actions from v4 to v6, updating the Go version from 1.21 to 1.25, modernizing goreleaser arguments, and removing manual caching configuration in the CI workflow.

Key changes:

  • Upgrade GitHub Actions (checkout, setup-go, goreleaser-action) from v4 to v6
  • Update Go version from 1.21 to 1.25
  • Modernize goreleaser by replacing --rm-dist with --clean flag and removing manual cache configuration

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/release.yml Updates action versions to v6, Go version to 1.25, and changes goreleaser args to use --clean instead of --rm-dist
.github/workflows/ci.yml Updates action versions to v6, Go version to 1.25, and removes manual cache and module download steps

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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