update to go 1.14

Signed-off-by: Steve Kriss <krisss@vmware.com>
pull/2214/head
Steve Kriss 2020-02-27 10:09:38 -07:00
parent 17d7ea7876
commit 9d7bd59957
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
dist: xenial
language: go
go:
- 1.13.x
- 1.14.x
sudo: required
services:
- docker

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/vmware-tanzu/velero
go 1.13
go 1.14
require (
cloud.google.com/go v0.46.2 // indirect

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.13
FROM golang:1.14
ENV GO111MODULE=on
# Use a proxy for go modules to reduce the likelihood of various hosts being down and breaking the build