mirror of
https://github.com/restic/restic.git
synced 2025-01-24 08:18:41 +00:00
Update default Go version in Dockerfile
This commit is contained in:
parent
1ad4d1aafd
commit
2fa93b291a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
FROM ubuntu:14.04
|
FROM ubuntu:14.04
|
||||||
|
|
||||||
ARG GOVERSION=1.6
|
ARG GOVERSION=1.7
|
||||||
ARG GOARCH=amd64
|
ARG GOARCH=amd64
|
||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
|
|
Loading…
Reference in a new issue