You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor Go package handler: add v prefix, go mod tidy, and rename to GoPackageUpdater
- Add 'v' prefix to Go module versions (fixes: go get invalid version error)
- Run 'go mod tidy' after 'go get' to ensure go.mod and go.sum consistency
- Set GOFLAGS=-mod=mod for predictable module behavior
- Add debug logging for command output (warnings, etc.)
- Remove CommonPackageHandler dependency - Go handler is now fully independent
- Rename GoPackageHandler -> GoPackageUpdater (better name for future dependency bump feature)
- Change receiver from 'golang' to 'gpu' for clarity
- Follows Dependabot/Renovate best practices
0 commit comments