villebro commented on PR #315: URL: https://github.com/apache/superset-kubernetes-operator/pull/315#issuecomment-5443364373
Quick update: this PR only changes the Kubernetes support metadata. The lint failure was happening before repository linting started, while `make lint-go` bootstrapped `golangci-lint` via `go install` and hit transient proxy/sumdb HTTP/2 `INTERNAL_ERROR`s. I pushed `38bd9a3`, which switches the linter bootstrap to the official prebuilt `golangci-lint` archive and verifies it with the existing in-repo checksum pinning flow. I also extended `make sync-tool-checksums` so future linter bumps regenerate those pins. Verified locally: - `make verify-tool-checksums` - fresh temp `make golangci-lint LOCALBIN=/private/tmp/sko-golangci-bin-test` - `make lint-go` - `make lint-go-config` - `make verify-supported-versions` The Kubernetes matrix remains unchanged for blocking coverage: 1.36 and 1.35 are officially tested, 1.37 is best-effort/experimental. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
