Skip to content

Commit

Permalink
Bump linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnStarich committed Feb 10, 2020
1 parent 1e7b0c6 commit 19e3fa5
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 @@ -9,7 +9,7 @@ VERSION ?= ${TRAVIS_TAG}
endif
VERSION ?= $(shell git rev-parse --verify HEAD)
VERSION_FLAGS := -ldflags='-s -w -X github.com/johnstarich/sage/consts.Version=${VERSION}'
LINT_VERSION=1.22.2
LINT_VERSION=1.23.3

# Ensure there's at least an empty bindata file when executing a target
ENSURE_STUB := $(shell [[ -f ./server/bindata.go ]] || { mkdir -p web/build && GO111MODULE=on go generate ./server; })
Expand Down

0 comments on commit 19e3fa5

Please sign in to comment.