Skip to content

deps: upgrade all dependencies to latest#131

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

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

Conversation

@jongio

@jongio jongio commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Summary

Full dependency upgrade sweep for jongio/azd-core.

Go modules

Already at latest — go get -u ./... + go mod tidy produced no changes to go.mod/go.sum (previous deps PR merged very recently). go mod verify passes.

GitHub Actions (SHA pins)

Other

  • release.yml: aligned GO_VERSION 1.26.11.26.4 to match go.mod and ci.yml (removes version drift).

Validation

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

Co-authored-by: Copilot App [email protected]

Go modules: already at latest (go get -u ./... + go mod tidy produced no changes).

GitHub Actions:

- github/codeql-action init/autobuild/analyze: pin bumped to latest v4.36.3 (8533807 -> 54f647b), superseding open dependabot PRs #128/#129/#130.

- release.yml: align GO_VERSION 1.26.1 -> 1.26.4 to match go.mod and ci.yml.

Validation: go build ./..., go vet ./..., go test ./... (all pass), golangci-lint run ./... (0 issues), go mod verify.

Co-authored-by: Copilot App <[email protected]>
@jongio jongio self-assigned this Jul 3, 2026
@jongio jongio merged commit d55b350 into main Jul 3, 2026
3 checks passed
@jongio jongio deleted the deps/upgrade-all branch July 3, 2026 19:34
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