Skip to content

Commit c6df635

Browse files
authored
Revert to restic 0.13.1 (#170)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent b522f73 commit c6df635

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.14.0
59+
RESTIC_VER := 0.13.1
6060

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

0 commit comments

Comments
 (0)