Skip to content

Commit

Permalink
sanity check version
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
Adrian Cole committed Mar 17, 2022
1 parent c0af80a commit 40d6cce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ format:

# lint is a PHONY target, so always runs. This allows skipping when sources didn't change.
build/lint: .golangci.yml $(all_sources)
which go
$(go) version
@$(go) run $(golangci_lint) run --timeout 5m --config $< ./...
@mkdir -p $(@D) && touch $@

Expand Down

0 comments on commit 40d6cce

Please sign in to comment.