mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
The package version must match the major tag version (#1654)
* Update package version * Update makefile targets * Update readme packages * Remaining old packages via rg/sd
This commit is contained in:
parent
a91abf5d5c
commit
085e831668
221 changed files with 668 additions and 668 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
for go in go1.15.15 go1.16.12 go1.17.5 go1.18beta1; do
|
||||
$go clean github.com/johnkerl/miller/cmd/mlr
|
||||
$go build github.com/johnkerl/miller/cmd/mlr
|
||||
$go clean github.com/johnkerl/miller/v6/cmd/mlr
|
||||
$go build github.com/johnkerl/miller/v6/cmd/mlr
|
||||
mv mlr mlr-$go
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue