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
  • Update actions/checkout to v4 and actions/setup-go to v5
  • Update golangci-lint-action to v7 with version v2.6
  • Migrate golangci-lint config from v1 to v2 format
  • Use net.JoinHostPort for IPv6 compatibility
  • Replace WriteString(fmt.Sprintf(...)) with fmt.Fprintf

@paskal paskal requested a review from umputun as a code owner December 3, 2025 16:29
- move checkout step before setup-go to enable proper Go module caching
- update actions/checkout to v4 and actions/setup-go to v5
- update golangci-lint-action to v7 with version v2.6
- migrate golangci-lint config from v1 to v2 format
- use net.JoinHostPort for IPv6 compatibility
- replace WriteString(fmt.Sprintf(...)) with fmt.Fprintf
- remove deprecated go get -v and GO111MODULE env var
@umputun umputun merged commit bbaa460 into master Dec 3, 2025
6 checks passed
@umputun umputun deleted the fix-ci-caching branch December 3, 2025 17:51
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