Skip to content

chore: upgrade selected Go module versions#8

Closed
stevologic wants to merge 1 commit into
mainfrom
codex/upgrade-dependency-versions-in-go.mod
Closed

chore: upgrade selected Go module versions#8
stevologic wants to merge 1 commit into
mainfrom
codex/upgrade-dependency-versions-in-go.mod

Conversation

@stevologic
Copy link
Copy Markdown
Owner

Motivation

  • Bump a couple of outdated Go module versions in go.mod to pick up fixes and newer APIs.

Description

  • Updated golang.org/x/mod from v0.26.0 to v0.28.0 and updated the indirect github.com/cespare/xxhash/v2 from v2.1.2 to v2.3.0 in go.mod and committed the change.

Testing

  • Ran go build ./... and go mod tidy, both of which failed to complete because the environment cannot download modules from proxy.golang.org (received 403 Forbidden), so checksums in go.sum could not be refreshed in this run.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant