Skip to content

chore: bump Go to 1.26 and refresh dependencies#58

Merged
daichirata merged 1 commit into
masterfrom
chore/bump-go-and-deps
May 21, 2026
Merged

chore: bump Go to 1.26 and refresh dependencies#58
daichirata merged 1 commit into
masterfrom
chore/bump-go-and-deps

Conversation

@daichirata

Copy link
Copy Markdown
Owner

Summary

Routine maintenance bump.

  • Go: `go.mod` 1.25.0 → 1.26.0; `setup-go` workflows pinned to `'1.26'` (picks up the latest 1.26 patch automatically).
  • Direct deps refreshed via `go get -u -t ./...`:
    • `cloud.google.com/go/storage` v1.62.1 → v1.62.2
    • `google.golang.org/api` v0.278.0 → v0.280.0
    • (Other direct deps were already at their latest.)
  • Indirect deps refreshed in the same pass: `golang.org/x/{crypto, net, sys, text, ...}`, `google.golang.org/{grpc, genproto, protobuf}`, `go.opentelemetry.io/...`, etc.

Test plan

  • `go build ./...` passes
  • `go vet ./...` passes
  • `go test -race -count=1 ./...` passes
  • CI green on this PR

🤖 Generated with Claude Code

- go.mod: go 1.25.0 -> 1.26.0
- CI workflows: setup-go pinned to '1.26' (picks up the latest 1.26 patch)
- Direct deps refreshed via go get -u -t ./...:
  - cloud.google.com/go/storage v1.62.1 -> v1.62.2
  - google.golang.org/api v0.278.0 -> v0.280.0
- Indirect deps refreshed in the same pass (golang.org/x/{crypto,net,sys,text,...},
  google.golang.org/{grpc,genproto,protobuf}, go.opentelemetry.io, etc.).

go build / go vet / go test -race -count=1 all pass.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@daichirata daichirata merged commit 6096b7b into master May 21, 2026
1 check passed
@daichirata daichirata deleted the chore/bump-go-and-deps branch May 21, 2026 13:00
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