Skip to content

Conversation

@paskal
Copy link
Contributor

@paskal paskal commented Dec 3, 2025

Summary

  • Move checkout step before setup-go to enable proper Go module caching
  • setup-go needs go.mod/go.sum files to generate cache keys
  • Update actions to latest versions (checkout@v4, setup-go@v5)
  • Update golangci-lint to v2.6
  • Fix deprecation comment formatting

Move checkout step before setup-go to allow Go module caching.
setup-go needs go.mod/go.sum files to generate cache keys.
Also update actions to latest versions and fix golangci-lint warning.
@paskal paskal requested a review from umputun as a code owner December 3, 2025 15:49
@coveralls
Copy link

coveralls commented Dec 3, 2025

Pull Request Test Coverage Report for Build 19899918758

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.374%

Totals Coverage Status
Change from base Build 16893417188: 0.0%
Covered Lines: 242
Relevant Lines: 246

💛 - Coveralls

@umputun umputun merged commit c4145b0 into master Dec 3, 2025
5 checks passed
@umputun umputun deleted the fix-ci-caching branch December 3, 2025 17:50
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.

4 participants