Skip to content

Commit b522f73

Browse files
authored
Use restic 0.14.0 (#169)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent b03af4b commit b522f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
5656
GO_VERSION ?= 1.19
5757
BUILD_IMAGE ?= appscode/golang-dev:$(GO_VERSION)
5858

59-
RESTIC_VER := 0.13.1
59+
RESTIC_VER := 0.14.0
6060

6161
OUTBIN = bin/$(BIN)-$(OS)-$(ARCH)
6262
ifeq ($(OS),windows)

0 commit comments

Comments
 (0)