Bump Go to 1.27.0 #14

Merged
Ghost merged 2 commits from chore/go-1.27 into main 2026-08-31 20:04:50 -05:00

Raise the module Go version from 1.26.0 to 1.27.0.

  • go.mod now requires go 1.27.0.
  • CI setup-go uses go-version-file: go.mod for both check-and-test and vulncheck.
  • golangci-lint pin is v2.13.2 (Go 1.27 support).
  • vulncheck job kept.
  • Tests still run on push to main.
Raise the module Go version from 1.26.0 to 1.27.0. - `go.mod` now requires `go 1.27.0`. - CI `setup-go` uses `go-version-file: go.mod` for both check-and-test and vulncheck. - golangci-lint pin is v2.13.2 (Go 1.27 support). - `vulncheck` job kept. - Tests still run on push to `main`.
Ghost added 1 commit 2026-08-31 20:01:28 -05:00
Bump Go to 1.27.0.
CI / vulncheck (pull_request) Successful in 8s
CI / check-and-test (pull_request) Failing after 12s
038ad6af66
Point CI setup-go at go.mod and use golangci-lint v2.13.2 so lint
can analyze a 1.27 module. Keep vulncheck and tests on push to main.
Ghost added 1 commit 2026-08-31 20:03:12 -05:00
Drop deprecated net.Dialer.DualStack (SA1019).
CI / vulncheck (pull_request) Successful in 9s
CI / check-and-test (pull_request) Successful in 36s
67f7195ba1
Happy Eyeballs is the default since Go 1.12; keep dual-stack behavior
without the deprecated field so golangci-lint v2.13.2 stays green.
Ghost merged commit 2a2cd8d393 into main 2026-08-31 20:04:50 -05:00
Ghost deleted branch chore/go-1.27 2026-08-31 20:04:50 -05:00
Sign in to join this conversation.