Bump to Go 1.14.1 (#258)

This commit is contained in:
Hidetake Iwata
2020-03-26 10:13:54 +09:00
committed by GitHub
parent 123d7c8124
commit 285b3b15a8
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ clean:
ci-setup-linux-amd64:
mkdir -p ~/bin
# https://github.com/golangci/golangci-lint
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ~/bin v1.21.0
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ~/bin v1.24.0
# https://github.com/int128/goxzst
curl -sfL -o /tmp/goxzst.zip https://github.com/int128/goxzst/releases/download/v0.3.0/goxzst_linux_amd64.zip
unzip /tmp/goxzst.zip -d ~/bin