Skip to content

chore: update Go toolchain to 1.27.0 - #442

Merged
fenio merged 3 commits into
mainfrom
chore/go-1.27
Aug 22, 2026
Merged

chore: update Go toolchain to 1.27.0#442
fenio merged 3 commits into
mainfrom
chore/go-1.27

Conversation

@fenio

@fenio fenio commented Aug 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • set the module Go directive to 1.27.0
  • set the golangci-lint target to 1.27.0
  • keep build and test workflows aligned on their existing 1.27.0 toolchain
  • manage Actions and Go CodeQL analysis in a repository workflow that explicitly installs Go 1.27
  • remove stale module checksums via Go 1.27 go mod tidy

GitHub default CodeQL setup has been disabled because its hosted Go 1.26 toolchain cannot analyze a Go 1.27 module. Both Actions and Go analysis are now defined in .github/workflows/codeql.yml.

Verification

  • go test -count=1 ./...
  • go run golang.org/x/vuln/cmd/govulncheck@v1.7.0 ./...
  • golangci-lint run --no-config
  • actionlint .github/workflows/build.yaml .github/workflows/test.yaml .github/workflows/codeql.yml
  • go mod verify

@codecov

codecov Bot commented Aug 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.56%. Comparing base (1b6ff0c) to head (d89ecef).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #442   +/-   ##
=======================================
  Coverage   50.56%   50.56%           
=======================================
  Files          20       20           
  Lines         973      973           
=======================================
  Hits          492      492           
  Misses        481      481           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@fenio
fenio merged commit 1320fd0 into main Aug 22, 2026
12 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