Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ci: simplify release workflow and improve Go setup#87

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
SVilgelm merged 1 commit intomainfromsimplify-release-workflow-go-setup
May 20, 2025

Conversation

@SVilgelm
Copy link
Member

Remove the global GO environment variable and streamline the release
workflow by specifying the Go version directly from go.mod in the
setup-go action. This reduces duplication and potential version drift.

Also, clean up unnecessary steps and comments to make the workflow
more concise and maintainable.

Remove the global GO environment variable and streamline the releaseworkflow by specifying the Go version directly from go.mod in thesetup-go action. This reduces duplication and potential version drift.Also, clean up unnecessary steps and comments to make the workflowmore concise and maintainable.
CopilotAI review requested due to automatic review settingsMay 20, 2025 21:59
Copy link
Contributor

CopilotAI 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 simplifies the release workflow by eliminating the globalGO env var, pulling the Go version directly fromgo.mod, and cleaning up redundant steps and comments.

  • Dropenv: GO and switchsetup-go togo-version-file: go.mod
  • Inline checkout/setup actions without extra env indirection
  • Remove unnecessary blank lines and streamline comments
Comments suppressed due to low confidence (2)

.github/workflows/release.yaml:18

  • [nitpick] Consider adding an explicitname: for the checkout step (e.g.,name: Checkout repository) to improve readability and consistency in workflow logs.
-      - uses: actions/checkout@v4.2.2 # immutable action, safe to use a version instead of hashtag

.github/workflows/release.yaml:19

  • [nitpick] It may help maintain consistency to add aname: field for the Go setup step (e.g.,name: Setup Go environment), making the workflow easier to scan.
-      - uses: actions/setup-go@v5.5.0 # immutable action, safe to use a version instead of hashtag

@SVilgelmSVilgelm merged commitfe891f2 intomainMay 20, 2025
7 checks passed
@SVilgelmSVilgelm deleted the simplify-release-workflow-go-setup branchMay 20, 2025 22:01
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

Copilot code reviewCopilotCopilot left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@SVilgelm

[8]ページ先頭

©2009-2025 Movatter.jp