Skip to content

Commit

Permalink
Make sure the restic version stays on-par with go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: ccremer <[email protected]>
  • Loading branch information
ccremer committed Dec 9, 2022
1 parent dc76db2 commit 88c7357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.restic-integration.vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ restore_dir ?= $(integrationtest_dir)/restore

stats_url ?= http://localhost:8091

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//")
restic_path ?= $(go_bin)/restic
restic_pid ?= $(integrationtest_dir)/restic.pid
restic_url ?= https://github.com/restic/restic/releases/download/v$(restic_version)/restic_$(restic_version)_$(os)_$(arch).bz2
Expand Down

0 comments on commit 88c7357

Please sign in to comment.