Update golangci lint to v1.24.0

Update the linter to the latest version

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
Sascha Grunert 2020-04-09 08:30:32 +02:00
parent 8b8712f5cd
commit 360bf3033d
No known key found for this signature in database
GPG Key ID: 8CE029DD1A866E52
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $(BUILDDIR)/go-md2man:
$(BUILDDIR)/golangci-lint:
export \
VERSION=v1.23.1 \
VERSION=v1.24.0 \
URL=https://raw.githubusercontent.com/golangci/golangci-lint \
BINDIR=$(BUILDDIR) && \
curl -sfL $$URL/$$VERSION/install.sh | sh -s $$VERSION