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:
parent
8b8712f5cd
commit
360bf3033d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue