Attempt to fix git workflow action

This commit is contained in:
Mike Farah
2020-04-14 11:18:45 +10:00
parent 8f166a9848
commit f68b24323e
2 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
set -e
set -ex
go get golang.org/x/tools/cmd/goimports
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.24.0
go get golang.org/x/tools/cmd/goimports