Skip to content

Commit

Permalink
Use golangci-lint v1.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed Nov 3, 2020
1 parent f9a2dbe commit ce15b08
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 @@ -5,7 +5,7 @@

GO ?= go
GOLANGCI_LINT ?= $$($(GO) env GOPATH)/bin/golangci-lint
GOLANGCI_LINT_VERSION ?= v1.32.1
GOLANGCI_LINT_VERSION ?= v1.32.2

COMMIT ?= "$(shell git describe --long --dirty --always --match "" || true)"
LDFLAGS ?= -s -w -X resenje.org/compromised.commit="$(COMMIT)"
Expand Down

0 comments on commit ce15b08

Please sign in to comment.