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.
1 parent 115c8ac commit f950290Copy full SHA for f950290
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