makefile: rm go get

go get is deprecated from Go 1.17

src: https://web.archive.org/web/20240916092028/https://go.dev/doc/go-get-install-deprecation
This commit is contained in:
perennial
2024-09-16 19:19:16 +10:00
parent cc66935c58
commit 19ac031e35
-1
View File
@@ -20,7 +20,6 @@ fmt:
build:
@echo "Building $(BINARY_NAME)..."
@go mod download
@go get codeberg.org/vnpower/pixivfe/v2/...
@CGO_ENABLED=0 go build -v -ldflags="-extldflags=-static" -tags netgo -o $(BINARY_NAME)
test: