mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
* Organize perf-stats runs * reorg * scripts/perf/timings-2026-02-22.txt * iterating * iterating * more * .gitignore * more * link checks
13 lines
302 B
Bash
Executable file
13 lines
302 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# https://go.dev/doc/manage-install
|
|
|
|
go install golang.org/dl/go1.18beta1@latest
|
|
go install golang.org/dl/go1.17.5@latest
|
|
go install golang.org/dl/go1.16.12@latest
|
|
go install golang.org/dl/go1.15.15@latest
|
|
|
|
go1.15.15 download
|
|
go1.16.12 download
|
|
go1.17.5 download
|
|
go1.18beta1 download
|