Skip to content

Commit 84ae756

Browse files
authored
Merge pull request #202 from docker/refactor/remove-old-code
chore: go version from go.work & cleanup
2 parents 9bdbd9c + 762245f commit 84ae756

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
MODULE := $(shell sh -c "awk '/^module/ { print \$$2 }' go.mod")
21
GIT_TAG?=dev
3-
CLI_EXPERIMENTS_EXTENSION_IMAGE?=docker/secrets-engine-extension
4-
GO_VERSION := $(shell sh -c "awk '/^go / { print \$$2 }' go.mod")
2+
GO_VERSION := $(shell sh -c "awk '/^go / { print \$$2 }' go.work")
53

64
export BUF_VERSION := v1.54.0
75

0 commit comments

Comments
 (0)