File: any-go-1.24.patch

package info (click to toggle)
miller 6.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 87,936 kB
  • sloc: ruby: 162; sh: 119; makefile: 87
file content (24 lines) | stat: -rw-r--r-- 689 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
commit 8199c22feb51cc4132b50b353c69c76d3b60599e
Author: Stephen Kitt <steve@sk2.org>
Date:   Fri Aug 29 09:00:16 2025 +0200

    Allow any Go 1.24 version
    
    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>

diff --git a/go.mod b/go.mod
index 145473158..b4abb9498 100644
--- a/go.mod
+++ b/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