Skip to content

Fix CI workflow: checkout before setup-go for proper caching#8

Merged
umputun merged 1 commit intomasterfrom
fix-ci-caching
Dec 3, 2025
Merged

Fix CI workflow: checkout before setup-go for proper caching#8
umputun merged 1 commit intomasterfrom
fix-ci-caching

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 golangci-lint action to v7 and version to v2.6
  • Migrate golangci-lint config from v1 to v2 format

- Move checkout step before setup-go to enable Go module caching
- setup-go needs go.mod/go.sum files to generate cache keys
- Update golangci-lint action to v7 and version to v2.6
- Migrate golangci-lint config from v1 to v2 format
@paskal paskal requested a review from umputun as a code owner December 3, 2025 16:01
@coveralls
Copy link

coveralls commented Dec 3, 2025

Pull Request Test Coverage Report for Build 19900301938

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 89.503%

Totals Coverage Status
Change from base Build 14460179204: 0.0%
Covered Lines: 162
Relevant Lines: 181

💛 - Coveralls

@umputun umputun merged commit 70eb594 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.

3 participants