Skip to content

Commit f3885c8

Browse files
authored
Merge pull request #79 from thaJeztah/update_golangci_lint
lint: update golangci-lint to v1.41.1
2 parents 4da227e + dc151e7 commit f3885c8

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
@@ -24,7 +24,7 @@ lint: $(BINDIR)/golangci-lint
2424
done
2525

2626
$(BINDIR)/golangci-lint: $(BINDIR)
27-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(BINDIR) v1.31.0
27+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(BINDIR) v1.41.1
2828

2929
$(BINDIR):
3030
mkdir -p $(BINDIR)

0 commit comments

Comments
 (0)