Skip to content

chore: update dependencies and improve code quality#23

Merged
curantes merged 1 commit into
masterfrom
build-container-bump-verions
Jan 20, 2026
Merged

chore: update dependencies and improve code quality#23
curantes merged 1 commit into
masterfrom
build-container-bump-verions

Conversation

@curantes

Copy link
Copy Markdown
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

gunnarhenson
gunnarhenson previously approved these changes Jan 13, 2026
Comment thread go.mod Outdated
@curantes
curantes force-pushed the build-container-bump-verions branch from ed14249 to dc24c4d Compare January 16, 2026 11:54
@curantes
curantes force-pushed the build-container-bump-verions branch from dc24c4d to 87f05c6 Compare January 16, 2026 11:56
tsfcode
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
curantes merged commit 6830546 into master Jan 20, 2026
1 check passed
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.

6 participants