Skip to content

Commit 029ebbe

Browse files
authored
Revert linter version in Makefile to match the actions version (#1337)
Revert linter version in Makefile to match the actions version, will update both in a subsequent PR.
1 parent 64471e5 commit 029ebbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ check-go-version:
3030
exit 1; \
3131
fi
3232

33-
LINTER_VERSION := 2.11.4
33+
LINTER_VERSION := 2.5.0
3434
LINTER_BINARY := $(BIN_DIR)/golangci-lint-$(LINTER_VERSION)
3535

3636
.PHONY: lint

0 commit comments

Comments
 (0)