Bump go version to 1.16

This commit is contained in:
Michael Eischer
2021-03-04 23:24:26 +01:00
parent 64a9272c9a
commit 781378a65e
2 changed files with 11 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ set -e
echo "Build binary using golang docker image"
docker run --rm -ti \
-v "`pwd`":/go/src/github.com/restic/restic \
-w /go/src/github.com/restic/restic golang:1.15-alpine go run build.go
-w /go/src/github.com/restic/restic golang:1.16-alpine go run build.go
echo "Build docker image restic/restic:latest"
docker build --rm -t restic/restic:latest -f docker/Dockerfile .