Skip to content

chore: update CI actions to latest versions#73

Open
jahkeup wants to merge 1 commit into
masterfrom
chore/update-ci-actions
Open

chore: update CI actions to latest versions#73
jahkeup wants to merge 1 commit into
masterfrom
chore/update-ci-actions

Conversation

@jahkeup
Copy link
Copy Markdown
Member

@jahkeup jahkeup commented May 22, 2026

Issue #, if available:

n/a

Description of changes:

Update GitHub Actions workflow to latest available action versions:

  • actions/checkout v3 → v6
  • actions/setup-go v3 → v6
  • golangci/golangci-lint-action v3 → v9

Removes the explicit cache: true option from setup-go since v5+ enables Go module caching by default.

Runner labels (ubuntu-latest, macos-latest) are unchanged — they already resolve to the latest available images (Ubuntu 24.04 and macOS 15).

Errcheck handling: the main CI lint step passes --disable errcheck so it doesn't block merges. A separate "errcheck (non-blocking)" step runs --enable-only errcheck with continue-on-error: true — findings appear as annotations and in logs without failing the build. Local golangci-lint run still reports errcheck normally (no config file to suppress it).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jahkeup jahkeup force-pushed the chore/update-ci-actions branch from c15585d to 1a4b181 Compare May 22, 2026 20:22
- actions/checkout v3 → v6
- actions/setup-go v3 → v6
- golangci/golangci-lint-action v3 → v9

Remove explicit cache: true since setup-go v5+ caches by default.

Add errcheck as a non-blocking CI step: the main lint step passes
--disable errcheck so it doesn't block merges, while a dedicated step
runs --enable-only errcheck with continue-on-error to log findings as
annotations. Local golangci-lint runs still report errcheck normally.

Via: git.commit.amend (mcp-server-go-git/v0.1.0-8-gb11cc3f)
@jahkeup jahkeup force-pushed the chore/update-ci-actions branch from 1a4b181 to 0dad5f1 Compare May 22, 2026 20:26
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.

3 participants