Skip to content

Commit

Permalink
Update golangci lint to 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Sep 21, 2020
1 parent 296a34c commit dde0d25
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 @@ -4,7 +4,7 @@ APP_NAME := $(IMAGE_NAME)

CC_BINARIES := $(shell bash -c "echo -n $(APP_NAME)-{linux,freebsd,openbsd}-{386,amd64} $(APP_NAME)-linux-{arm,arm64}")

GOLANGCI_LINT_VERSION := v1.30.0
GOLANGCI_LINT_VERSION := v1.31.0

VERSION_GO := $(shell go version)
VERSION_DATE := $(shell date -Ru)
Expand Down

0 comments on commit dde0d25

Please sign in to comment.