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 dc76db2 commit 88c7357Copy full SHA for 88c7357
Makefile.restic-integration.vars.mk
@@ -13,7 +13,7 @@ restore_dir ?= $(integrationtest_dir)/restore
13
14
stats_url ?= http://localhost:8091
15
16
-restic_version ?= 0.12.1
+restic_version ?= $(shell go mod edit -json | jq -r '.Require[] | select(.Path == "github.com/restic/restic").Version' | sed "s/v//")
17
restic_path ?= $(go_bin)/restic
18
restic_pid ?= $(integrationtest_dir)/restic.pid
19
restic_url ?= https://github.com/restic/restic/releases/download/v$(restic_version)/restic_$(restic_version)_$(os)_$(arch).bz2
0 commit comments