chore: update dependencies and improve code quality#23
Merged
Conversation
curantes
commented
Jan 13, 2026
Member
- Upgrade Go from 1.22 to 1.25 across all workflows
- Update GitHub Actions: checkout v3→v6, setup-go v4→v6
- Update release workflow actions: cosign v3.1.2→v4.0.0, sbom-action v0.14.3→v0.21.1, goreleaser v5→v6
- Update Go dependencies to latest versions:
- prometheus/client_golang: 1.20.1 → 1.23.2
- stretchr/testify: 1.9.0 → 1.11.1
- prometheus/common: 0.55.0 → 0.67.5
- google.golang.org/protobuf: 1.34.2 → 1.36.11
- Add Jenkinsfile with lint stage and improved configuration
- Add Dockerfile using distroless/static-debian13
- Add Makefile with test, lint, and build targets
- Fix lint errors: add error handling for os.MkdirAll
- Remove unused alive() function and clean up imports
elliot-gustafsson
previously approved these changes
Jan 13, 2026
curantes
force-pushed
the
build-container-bump-verions
branch
from
January 13, 2026 15:42
253c2e4 to
ed14249
Compare
gunnarhenson
previously approved these changes
Jan 13, 2026
tsfcode
reviewed
Jan 14, 2026
curantes
force-pushed
the
build-container-bump-verions
branch
from
January 16, 2026 11:54
ed14249 to
dc24c4d
Compare
curantes
force-pushed
the
build-container-bump-verions
branch
from
January 16, 2026 11:56
dc24c4d to
87f05c6
Compare
tsfcode
previously approved these changes
Jan 16, 2026
- Upgrade Go from 1.22 to 1.25 across all workflows - Update GitHub Actions: checkout v3→v6, setup-go v4→v6 - Update release workflow actions: cosign v3.1.2→v4.0.0, sbom-action v0.14.3→v0.21.1, goreleaser v5→v6 - Update Go dependencies to latest versions: - prometheus/client_golang: 1.20.1 → 1.23.2 - stretchr/testify: 1.9.0 → 1.11.1 - prometheus/common: 0.55.0 → 0.67.5 - google.golang.org/protobuf: 1.34.2 → 1.36.11 - Add Jenkinsfile with lint stage and improved configuration - Add Dockerfile using distroless/static-debian13 - Add Makefile with test, lint, and build targets - Fix lint errors: add error handling for os.MkdirAll - Remove unused alive() function and clean up imports
curantes
force-pushed
the
build-container-bump-verions
branch
from
January 16, 2026 13:49
87f05c6 to
1e22589
Compare
mfld
approved these changes
Jan 19, 2026
elliot-gustafsson
approved these changes
Jan 20, 2026
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.