From ea7eff0062b539f82fc44119f0b925488cc55f29 Mon Sep 17 00:00:00 2001 From: sirkrypt0 <22522058+sirkrypt0@users.noreply.github.com> Date: Tue, 18 May 2021 14:13:39 +0200 Subject: [PATCH] Remove deprecated golint --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49abd2f..bc1a3f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,13 +38,6 @@ golangci-lint: script: - make golangci-lint -golint: - stage: lint - needs: [] - script: - - go get -u golang.org/x/lint/golint - - golint -set_exit_status - test: stage: test needs: []