@@ -23,9 +23,9 @@ GO_LINKER_FLAGS = $(GO_LINKER_FLAGS_OPTIMIZATIONS) $(GO_LINKER_FlAGS_VARS)
23
23
24
24
# tools versions
25
25
# renovate: datasource=github-tags depName=golangci/golangci-lint
26
- GOLANGCI_LINT_VERSION = v2.2.1
26
+ GOLANGCI_LINT_VERSION = v2.3.0
27
27
# renovate: datasource=docker depName=kindest/node
28
- KIND_K8S_VERSION = v1.33.1
28
+ KIND_K8S_VERSION = v1.33.2
29
29
# renovate: datasource=github-tags depName=norwoodj/helm-docs
30
30
HELM_DOCS_VERSION = v1.14.2
31
31
# renovate: datasource=github-tags depName=ahmetb/gen-crd-api-reference-docs
@@ -107,7 +107,7 @@ check-for-docker: ## Check if Docker is installed
107
107
build : # # Build the binary
108
108
ifeq (${TARGET},local)
109
109
@go version || (code=$$?; printf "\033[0;31mError\033[0m: unable to build locally\n"; exit $$code)
110
- CGO_ENABLED=0 GOOS=$(GOOS) GOARCH=$(GOARCH) go build -C $(SELF_DIR) -trimpath -a -ldflags "$(GO_LINKER_FLAGS)" $(ADDITIONAL_GO_BUILD_FLAGS) -o $(OUT_DIR)/gateway github.com/nginx/nginx-gateway-fabric/cmd/gateway
110
+ CGO_ENABLED=0 GOOS=$(GOOS) GOARCH=$(GOARCH) go build -C $(SELF_DIR) -trimpath -a -ldflags "$(GO_LINKER_FLAGS)" $(ADDITIONAL_GO_BUILD_FLAGS) -o $(OUT_DIR)/gateway github.com/nginx/nginx-gateway-fabric/v2/ cmd/gateway
111
111
endif
112
112
113
113
.PHONY : build-goreleaser
@@ -141,7 +141,7 @@ generate-manifests: ## Generate manifests using Helm.
141
141
./scripts/generate-manifests.sh
142
142
143
143
generate-api-docs : # # Generate API docs
144
- go run github.com/ahmetb/gen-crd-api-reference-docs@$(GEN_CRD_API_REFERENCE_DOCS_VERSION ) -config docs/api/config.json -template-dir docs/api -out-file docs/api/content.md -api-dir " github.com/nginx/nginx-gateway-fabric/apis"
144
+ go run github.com/ahmetb/gen-crd-api-reference-docs@$(GEN_CRD_API_REFERENCE_DOCS_VERSION ) -config docs/api/config.json -template-dir docs/api -out-file docs/api/content.md -api-dir " github.com/nginx/nginx-gateway-fabric/v2/ apis"
145
145
146
146
.PHONY : generate-helm-docs
147
147
generate-helm-docs : # # Generate the Helm chart documentation
0 commit comments