Skip to content

Commit

Permalink
[CI:DOCS] Update dependency golangci/golangci-lint to v1.56.1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent 3a16bce commit 4082bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SRC = $(shell find . -type f -name '*.go')
.PHONY: default
default: build

GOLANGCI_LINT_VERSION := 1.55.2
GOLANGCI_LINT_VERSION := 1.56.1
bin/golangci-lint:
VERSION=$(GOLANGCI_LINT_VERSION) ./hack/install_golangci.sh

Expand Down

0 comments on commit 4082bb8

Please sign in to comment.