Skip to content

chore: Go 1.27.0 toolchain + refresh all Go dependencies - #77

Merged
FumingPower3925 merged 2 commits into
mainfrom
chore/go-1.27-and-deps
Sep 1, 2026
Merged

chore: Go 1.27.0 toolchain + refresh all Go dependencies#77
FumingPower3925 merged 2 commits into
mainfrom
chore/go-1.27-and-deps

Conversation

@FumingPower3925

Copy link
Copy Markdown
Contributor

Go 1.27.0 is the current stable release. Moves the CI toolchain (was 1.26.6) and the go directive in both modules (was 1.26.4) onto it, so the declared language version and the version actually building it agree.

Dependencies (both modules):

module from to
golang.org/x/net 0.57.0 0.58.0
golang.org/x/text 0.40.0 0.41.0
golang.org/x/sys (testserver) 0.46.0 0.47.0

Supersedes #76go get -u picked up the same x/net bump plus the rest.

Verified locally on Go 1.27.0: build, go vet, gofmt all clean; full suite green under -race (root 102s, checkpoint 1.8s); testserver module builds and vets clean.

Go 1.27.0 is the current stable release. Moves both the CI toolchain
(1.26.6) and the `go` directive in both modules (1.26.4) onto it, so the
declared language version and the version actually building it agree
again.

Dependency refresh across both modules:
  golang.org/x/net   0.57.0 -> 0.58.0   (supersedes dependabot #76)
  golang.org/x/text  0.40.0 -> 0.41.0
  golang.org/x/sys   0.46.0 -> 0.47.0   (testserver)

Verified on Go 1.27.0: build, vet, gofmt clean, and the full suite green
under -race (root 102s, checkpoint 1.8s).
v2.12 is built with Go 1.26 and refuses to run against a module
targeting 1.27. v2.13 is built with go1.27.0. Lint is clean on it.
@FumingPower3925
FumingPower3925 merged commit 396b2ad into main Sep 1, 2026
3 checks passed
@FumingPower3925
FumingPower3925 deleted the chore/go-1.27-and-deps branch September 1, 2026 16:47
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