We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef83f3 commit 52f930bCopy full SHA for 52f930b
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch:
7
8
env:
9
- GO_VERSION: 1.19.13
+ GO_VERSION: 1.21.1
10
11
jobs:
12
release:
go.mod
@@ -14,7 +14,7 @@ module github.com/johnkerl/miller/v6
14
// Local development:
15
// replace github.com/johnkerl/lumin => /Users/kerl/git/johnkerl/lumin
16
17
-go 1.20
+go 1.21
18
19
require (
20
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
0 commit comments