Skip to content

Commit

Permalink
fix: use golangci-lint v1.37.0 to support apple M1 (#6548)
Browse files Browse the repository at this point in the history
Signed-off-by: Hong Wang <wanghong230@gmail.com>
  • Loading branch information
wanghong230 authored Aug 16, 2021
1 parent 37395d6 commit f711ce4
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 @@ -390,7 +390,7 @@ dist/manifests/%: manifests/%
# lint/test/etc

$(GOPATH)/bin/golangci-lint:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b `go env GOPATH`/bin v1.36.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b `go env GOPATH`/bin v1.37.0

.PHONY: lint
lint: server/static/files.go $(GOPATH)/bin/golangci-lint
Expand Down

0 comments on commit f711ce4

Please sign in to comment.