From fc58c8910e8bf874a7cfa73290d94bb518d0e566 Mon Sep 17 00:00:00 2001 From: Malte Herrmann Date: Fri, 3 Jan 2025 10:12:45 +0100 Subject: [PATCH 1/2] update build output to use expected name for local.sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 650f8352..0c1ae74d 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ BUILD_FLAGS := -tags "$(build_tags)" -ldflags '$(ldflags)' build: @echo "🤖 Building nobled..." - @go build -mod=readonly $(BUILD_FLAGS) -o "$(PWD)/build" ./cmd/nobled + @go build -mod=readonly $(BUILD_FLAGS) -o "$(PWD)/build/nobled" ./cmd/nobled @echo "✅ Completed build!" install: From 567020e5c3b0f803b74e04237362608db7e894b6 Mon Sep 17 00:00:00 2001 From: Malte Herrmann Date: Fri, 3 Jan 2025 10:13:26 +0100 Subject: [PATCH 2/2] update outdated link in tools.go --- tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.go b/tools.go index 70495210..69604dbd 100644 --- a/tools.go +++ b/tools.go @@ -16,7 +16,7 @@ // This file uses the recommended method for tracking developer tools in a Go module. // -// REF: https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module +// REF: https://go.dev/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module package tools import (