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 action to v7 and version to v2.6

@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 19900199276

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.87%

Totals Coverage Status
Change from base Build 12380496449: 0.0%
Covered Lines: 175
Relevant Lines: 177

💛 - Coveralls

- Move checkout step before setup-go to enable 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 action to v7 and version to v2.6
- Migrate golangci-lint config from v1 to v2 format
- Fix embedded field selector lint warning
@umputun umputun merged commit a50c28c into master Dec 3, 2025
6 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