From c7756222f4470adc26db2def9f70d97b807adc55 Mon Sep 17 00:00:00 2001 From: toby cabot Date: Tue, 8 Feb 2022 09:44:12 -0500 Subject: [PATCH] Remove golint because it's deprecated https://github.com/golangci/golangci-lint/issues/1892 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9419e2..a6c0bb5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,6 @@ test: before_script: - echo "machine gitlab.com login gitlab-ci-token password ${CI_JOB_TOKEN}" > ~/.netrc - - go get golang.org/x/lint/golint script: make check