chore: 🔧 update go mod and makefile
Some checks failed
CI / Test (1.25) (pull_request) Failing after 1m10s
CI / Lint (pull_request) Successful in -27m31s
Integration Tests / Integration Tests (pull_request) Failing after -28m12s
CI / Build (pull_request) Successful in 34s
CI / Test (1.24) (pull_request) Successful in -26m52s

This commit is contained in:
2026-01-03 21:03:29 +02:00
parent 5af9228014
commit 4688dbe7f1
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ COMPOSE_CMD := $(shell \
all: lint test build ## Run linting, tests, and build
build: ## Build the binary
build: deps ## Build the binary
@echo "Building $(BINARY_NAME)..."
@mkdir -p $(BUILD_DIR)
$(GOBUILD) -o $(BUILD_DIR)/$(BINARY_NAME) ./cmd/relspec