@@ -23,9 +23,9 @@ GO_LINKER_FLAGS = $(GO_LINKER_FLAGS_OPTIMIZATIONS) $(GO_LINKER_FlAGS_VARS)
2323
2424# tools versions
2525# renovate: datasource=github-tags depName=golangci/golangci-lint
26- GOLANGCI_LINT_VERSION = v2.2.1
26+ GOLANGCI_LINT_VERSION = v2.3.0
2727# renovate: datasource=docker depName=kindest/node
28- KIND_K8S_VERSION = v1.33.1
28+ KIND_K8S_VERSION = v1.33.2
2929# renovate: datasource=github-tags depName=norwoodj/helm-docs
3030HELM_DOCS_VERSION = v1.14.2
3131# renovate: datasource=github-tags depName=ahmetb/gen-crd-api-reference-docs
@@ -107,7 +107,7 @@ check-for-docker: ## Check if Docker is installed
107107build : # # Build the binary
108108ifeq (${TARGET},local)
109109 @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
111111endif
112112
113113.PHONY : build-goreleaser
@@ -141,7 +141,7 @@ generate-manifests: ## Generate manifests using Helm.
141141 ./scripts/generate-manifests.sh
142142
143143generate-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"
145145
146146.PHONY : generate-helm-docs
147147generate-helm-docs : # # Generate the Helm chart documentation
0 commit comments