Skip to content

Commit

Permalink
trying again with go version / go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Oct 5, 2024
1 parent 7ef83f3 commit 52f930b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
GO_VERSION: 1.19.13
GO_VERSION: 1.21.1

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module github.com/johnkerl/miller/v6
// Local development:
// replace github.com/johnkerl/lumin => /Users/kerl/git/johnkerl/lumin

go 1.20
go 1.21

require (
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
Expand Down

0 comments on commit 52f930b

Please sign in to comment.