mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
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:
parent
74e8e3cef6
commit
2f3b6d38f9
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue