Remove deprecated golint

This commit is contained in:
sirkrypt0
2021-05-18 14:13:39 +02:00
committed by Tobias Kantusch
parent bb1f5edea8
commit ea7eff0062

View File

@ -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: []