Skip to content

Commit

Permalink
update staticcheck (#1695)
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szücs <[email protected]>
  • Loading branch information
szuecs authored Jan 21, 2021
1 parent f5afb65 commit 96ac9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ deps:
go env
./etcd/install.sh $(TEST_ETCD_VERSION)
mkdir -p .bin
@curl -o /tmp/staticcheck_linux_amd64.tar.gz -LO https://github.com/dominikh/go-tools/releases/download/2020.2/staticcheck_linux_amd64.tar.gz
@sha256sum /tmp/staticcheck_linux_amd64.tar.gz | grep -q c8ace91188247190c0537d90d7617a9273a1944ce737082e9ea0afc2865ccc7b
@curl -o /tmp/staticcheck_linux_amd64.tar.gz -LO https://github.com/dominikh/go-tools/releases/download/2020.2.1/staticcheck_linux_amd64.tar.gz
@sha256sum /tmp/staticcheck_linux_amd64.tar.gz | grep -q 8b95af83a53105323fd8788a4f3436c485cb5db79d63afe7408411b12d1c5e94
@tar -C /tmp -xzf /tmp/staticcheck_linux_amd64.tar.gz
@mv /tmp/staticcheck/staticcheck .bin
@chmod +x .bin/staticcheck
Expand Down

0 comments on commit 96ac9bb

Please sign in to comment.