Skip to content

Commit

Permalink
debugging CI lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-szabo committed Apr 23, 2020
1 parent f7b7d2c commit f8bfae9
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 @@ -11,7 +11,7 @@ test:
GO111MODULE=on go test -cover -race ./...

$(GOPATH)/bin/golangci-lint:
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v1.24.0
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -x -d -b $$(go env GOPATH)/bin latest

lint: $(GOPATH)/bin/golangci-lint
$(GOPATH)/bin/golangci-lint run ./...

0 comments on commit f8bfae9

Please sign in to comment.