We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bdbd9c + 762245f commit 84ae756Copy full SHA for 84ae756
Makefile
@@ -1,7 +1,5 @@
1
-MODULE := $(shell sh -c "awk '/^module/ { print \$$2 }' go.mod")
2
GIT_TAG?=dev
3
-CLI_EXPERIMENTS_EXTENSION_IMAGE?=docker/secrets-engine-extension
4
-GO_VERSION := $(shell sh -c "awk '/^go / { print \$$2 }' go.mod")
+GO_VERSION := $(shell sh -c "awk '/^go / { print \$$2 }' go.work")
5
6
export BUF_VERSION := v1.54.0
7
0 commit comments