Skip to content

Commit

Permalink
chore(go): update golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: László Várady <laszlo.varady@axoflow.com>
  • Loading branch information
MrAnno committed Oct 4, 2024
1 parent f58bd5e commit 60ad833
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 @@ -13,7 +13,7 @@ BIN ?= ${PWD}/bin/${GOOS}/${GOARCH}
LICENSEI := ${BIN}/licensei
LICENSEI_VERSION = v0.8.0
GOLANGCI_LINT := ${BIN}/golangci-lint
GOLANGCI_LINT_VERSION := v1.51.2
GOLANGCI_LINT_VERSION := v1.61.0

.PHONY: fmt
fmt: ## format Go sources
Expand Down

0 comments on commit 60ad833

Please sign in to comment.