From b7c813575e4f0bbe04d5a1bdb93c883792bb3689 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Thu, 29 Apr 2021 15:20:37 +0100 Subject: [PATCH] Upgrade to Staticcheck 2020.2.3 (v0.1.3) See https://github.com/dominikh/go-tools/releases/tag/2020.2.3 Signed-off-by: Richard Wall --- hack/bin/deps.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hack/bin/deps.bzl b/hack/bin/deps.bzl index bad89dcee..62d08a616 100644 --- a/hack/bin/deps.bzl +++ b/hack/bin/deps.bzl @@ -42,8 +42,8 @@ def install(): def install_staticcheck(): http_archive( name = "co_honnef_go_tools_staticcheck_linux", - sha256 = "09d2c2002236296de2c757df111fe3ae858b89f9e183f645ad01f8135c83c519", - urls = ["https://github.com/dominikh/go-tools/releases/download/2020.1.4/staticcheck_linux_amd64.tar.gz"], + sha256 = "03b100561e3bc14db0b3b4004b102a00cb0197938d23cc40193f269f7b246d2d", + urls = ["https://github.com/dominikh/go-tools/releases/download/2020.2.3/staticcheck_linux_amd64.tar.gz"], build_file_content = """ filegroup( name = "file", @@ -57,8 +57,8 @@ filegroup( http_archive( name = "co_honnef_go_tools_staticcheck_osx", - sha256 = "5706d101426c025e8f165309e0cb2932e54809eb035ff23ebe19df0f810699d8", - urls = ["https://github.com/dominikh/go-tools/releases/download/2020.1.4/staticcheck_darwin_amd64.tar.gz"], + sha256 = "932108eb16638f776fd0fd9ce4fa68e1e400ad47027b516870858231d369d631", + urls = ["https://github.com/dominikh/go-tools/releases/download/2020.2.3/staticcheck_darwin_amd64.tar.gz"], build_file_content = """ filegroup( name = "file",