Skip to content

chore(deps): update Go dependencies#393

Open
dcmcand wants to merge 2 commits into
mainfrom
chore/update-go-deps
Open

chore(deps): update Go dependencies#393
dcmcand wants to merge 2 commits into
mainfrom
chore/update-go-deps

Conversation

@dcmcand

@dcmcand dcmcand commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Update Go module dependencies with go get -u ./... and go mod tidy.
  • Raise the module Go directive to 1.26.0, which is required by the latest Helm and Kubernetes dependency set.
  • Remove obsolete staticcheck suppressions around Kubernetes fake clients after the dependency update.

Verification

  • go test ./...
  • make build
  • Commit hooks: go fmt, go vet, golangci-lint, go test
  • trivy fs --scanners vuln,misconfig --skip-dirs .git --skip-dirs .claude --skip-dirs .worktrees --skip-files .env .

Notes

  • Trivy reports 0 vulnerabilities for go.mod after the update.
  • Remaining Trivy findings are pre-existing Kubernetes security-context findings in pkg/argocd/templates/manifests/nebari-operator/deployment-patch.yaml.
  • Release notes and changelogs were reviewed for the updated direct dependency families; no applicable breaking changes were found for current repository usage.

@dcmcand dcmcand marked this pull request as ready for review June 26, 2026 09:07
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.

1 participant