Skip to content

Commit 52f930b

Browse files
committed
trying again with go version / go mod tidy
1 parent 7ef83f3 commit 52f930b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
GO_VERSION: 1.19.13
9+
GO_VERSION: 1.21.1
1010

1111
jobs:
1212
release:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module github.com/johnkerl/miller/v6
1414
// Local development:
1515
// replace github.com/johnkerl/lumin => /Users/kerl/git/johnkerl/lumin
1616

17-
go 1.20
17+
go 1.21
1818

1919
require (
2020
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb

0 commit comments

Comments
 (0)