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 3c76b8e commit 224232bCopy full SHA for 224232b
Makefile
@@ -4,6 +4,8 @@
4
REPO_ROOT := $(CURDIR)
5
6
# Versions for tools that are not managed by devbox.
7
-ENVTEST_VERSION=1.29.x
+# The `!` suffix forces checking the remote API server
8
+# for the latest patch version of the specified minor.
9
+ENVTEST_VERSION=1.29.x!
10
11
include make/all.mk
make/dev.mk
@@ -50,4 +50,5 @@ endif
50
.PHONY: .envrc.e2e
51
.envrc.e2e:
52
gojq --yaml-input --raw-output '.variables | to_entries | map("export \(.key)=\(.value|tostring)")|.[]' < test/e2e/config/caren.yaml | envsubst > .envrc.e2e
53
+ setup-envtest use -p env $(ENVTEST_VERSION) >> .envrc.e2e
54
direnv reload
0 commit comments