Allow any Go 1.24 version (#1876)

Miller doesn't require 1.24.5 specifically, reduce the language level
to 1.24.0. This allows building with any 1.24 toolchain.

Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
Stephen Kitt 2025-08-29 15:02:26 +02:00 committed by GitHub
parent 74e8e3cef6
commit 2f3b6d38f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -14,7 +14,7 @@ module github.com/johnkerl/miller/v6
// Local development:
// replace github.com/johnkerl/lumin => /Users/kerl/git/johnkerl/lumin
go 1.24.5
go 1.24.0
require (
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb