mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-17 14:02:07 +09:00
all: build with Go 1.27
Bump every remaining toolchain reference: images, goreleaser, the hi runner fallback and docs.
This commit is contained in:
committed by
Kristoffer Dalby
parent
d4d09bc024
commit
f06ff1cf81
@@ -66,7 +66,7 @@ similar lines of code is better than a premature abstraction.
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
# Enter the nix dev shell (Go 1.26.1, buf, golangci-lint, prek)
|
||||
# Enter the nix dev shell (Go 1.27.0, buf, golangci-lint, prek)
|
||||
nix develop
|
||||
|
||||
# Full development workflow: fmt + lint + test + build
|
||||
@@ -89,7 +89,7 @@ go run ./cmd/hi doctor
|
||||
go run ./cmd/hi run "TestName"
|
||||
```
|
||||
|
||||
Go 1.26.1 minimum (per `go.mod:3`). `nix develop` pins the exact toolchain
|
||||
Go 1.27.0 minimum (per `go.mod:3`). `nix develop` pins the exact toolchain
|
||||
used in CI.
|
||||
|
||||
## Pre-Commit with prek
|
||||
|
||||
Reference in New Issue
Block a user