commit 2b69a6589cd66b1e3ca80b6a75dc5fa0ec575708
parent e0904130f5f00cae9dec6dde3db0c2d8b9a717db
Author: Sean Enck <sean@ttypty.com>
Date: Thu, 24 Jul 2025 11:54:01 -0400
cleaning up build parts
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
@@ -33,7 +33,6 @@ jobs:
image: ${{ matrix.os.image }}
steps:
- uses: actions/checkout@v4
- - uses: extractions/setup-just@v2
- uses: actions/setup-go@v5
with:
go-version: 1.24
diff --git a/Makefile b/Makefile
@@ -1,6 +1,6 @@
GOFLAGS := -trimpath -buildmode=pie -mod=readonly -modcacherw -buildvcs=false
TARGET := target
-VERSION := "$(shell git describe --abbrev=0 --tags)-$(shell git log -n 1 --format=%h)"
+VERSION ?= "$(shell git describe --abbrev=0 --tags)-$(shell git log -n 1 --format=%h)"
OBJECT := $(TARGET)/lb
GOTEST := go test
CMD := cmd/lb