Skip to content

Commit

Permalink
add golang ci lint args
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylevin committed Oct 19, 2023
1 parent 1168b2b commit 786d9d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))

GO_REQUIRED_VERSION ?= 1.20
GOLANGCILINT_VERSION = 1.54.2
GO_LINT_ARGS="--timeout=15m"
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider $(GO_PROJECT)/cmd/generator
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)
GO_SUBDIRS += cmd internal apis
Expand Down

0 comments on commit 786d9d4

Please sign in to comment.