Skip to content

deps: upgrade all dependencies to latest#127

Merged
jongio merged 1 commit into
mainfrom
deps/upgrade-all
Jul 2, 2026
Merged

deps: upgrade all dependencies to latest#127
jongio merged 1 commit into
mainfrom
deps/upgrade-all

Conversation

@jongio

@jongio jongio commented Jul 2, 2026

Copy link
Copy Markdown
Owner

Summary

Upgrades all dependencies to their latest versions.

GitHub Actions

  • github/codeql-action: v4.36.2 -> v4.36.3 (init, autobuild, analyze)

Go modules

Already at their latest versions — go get -u ./... and go mod tidy produced no changes (main was updated the previous day in #126). No newer minor/patch or major module versions were available.

Validation

  • go build ./...
  • go vet ./...
  • golangci-lint run ./... (0 issues)
  • go test ./... (all packages passing)

Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com

GitHub Actions:
- github/codeql-action: v4.36.2 -> v4.36.3 (init, autobuild, analyze)

Go modules were already at their latest versions (go get -u ./... and
go mod tidy produced no changes), so this upgrade only advances the
pinned GitHub Actions dependencies.

Validation:
- go build ./...
- go vet ./...
- golangci-lint run ./... (0 issues)
- go test ./... (all packages passing)

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio self-assigned this Jul 2, 2026
@jongio jongio merged commit 7aaa990 into main Jul 2, 2026
3 checks 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.

1 participant