Merged
Conversation
- Update Go from 1.22.5 to 1.24.6 - .tool-versions: golang 1.22.5 → 1.24.6 - go.mod: go 1.22 → go 1.24 - Dockerfile: golang:1.22-alpine → golang:1.24.6-alpine - Update core dependencies to latest versions: - Docker client: v27.0.3 → v28.3.3+incompatible - Prometheus client: v1.19.1 → v1.23.0 - Prometheus common: v0.55.0 → v0.65.0 - Prometheus client model: v0.6.1 → v0.6.2 - Prometheus procfs: v0.15.1 → v0.16.1 - golang.org/x/sys: v0.22.0 → v0.33.0 - google.golang.org/protobuf: v1.34.2 → v1.36.6 - Update Docker infrastructure: - Base Alpine image: alpine:3 → alpine:3.21 - Fix Dockerfile linting: 'as' → 'AS' - Update GitHub Actions workflow to latest versions: - actions/checkout: v2 → v5.0.0 - docker/login-action: SHA-based → v3.5.0 - docker/metadata-action: SHA-based → v5.8.0 - docker/build-push-action: SHA-based → v6.18.0
…dations - Implement pre-commit hooks - Modernize Docker API usage with version negotiation - Add comprehensive Go documentation with auto-generation (gomarkdoc) - Fix security vulnerabilities and improve error handling as detected by gosec - Add HTTP server timeouts to prevent Slowloris attacks as detected by gosec - Update GitHub Actions to latest semantic versions - Add development tooling: editorconfig, yamllint, gosec, govulncheck - Replace deprecated imports (go-kit/kit -> go-kit/log) - Improve nil safety and defensive programming as detected by gosec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Go from 1.22.5 to 1.24.6
Update core dependencies to latest versions:
Update Docker infrastructure:
Update GitHub Actions workflow to latest versions:
Implement pre-commit hooks
Modernize Docker API usage with version negotiation
Add comprehensive Go documentation with auto-generation (gomarkdoc)
Fix security vulnerabilities and improve error handling as detected by gosec
Add HTTP server timeouts to prevent Slowloris attacks as detected by gosec
Update GitHub Actions to latest semantic versions
Add development tooling: editorconfig, yamllint, gosec, govulncheck
Replace deprecated imports (go-kit/kit -> go-kit/log)
Improve nil safety and defensive programming as detected by gosec