We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a847a2 + f950290 commit ea1a7e1Copy full SHA for ea1a7e1
Makefile
@@ -66,13 +66,12 @@ K3D_HELPER_VERSION ?=
66
# Go options
67
GO ?= go
68
GOENVPATH := $(shell go env GOPATH)
69
-PKG := $(shell go work vendor)
70
TAGS :=
71
TESTS := ./...
72
TESTFLAGS :=
73
LDFLAGS := -w -s -X github.com/k3d-io/k3d/v5/version.Version=${GIT_TAG} -X github.com/k3d-io/k3d/v5/version.K3sVersion=${K3S_TAG}
74
GCFLAGS :=
75
-GOFLAGS := -mod=readonly
+GOFLAGS := -mod=vendor
76
BINDIR := $(CURDIR)/bin
77
BINARIES := k3d
78
0 commit comments