From 71e2cad13e357c2f51ed5ed90bb860c3a39b047a Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Tue, 8 Jun 2021 11:49:57 +0200 Subject: [PATCH] unifiy go version --- docs/ocis/development/getting-started.md | 2 +- graph-explorer/go.mod | 2 +- graph/go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ocis/development/getting-started.md b/docs/ocis/development/getting-started.md index b8f77a0d5..3bbe95982 100644 --- a/docs/ocis/development/getting-started.md +++ b/docs/ocis/development/getting-started.md @@ -16,7 +16,7 @@ So we are trying to reflect this in the tooling. It should be kept simple and qu Besides standard development tools like git and a text editor, you need the following software for development: -- Go >= v1.15 ([install instructions](https://golang.org/doc/install)) +- Go >= v1.16 ([install instructions](https://golang.org/doc/install)) - Yarn ([install instructions](https://classic.yarnpkg.com/en/docs/install)) - docker ([install instructions](https://docs.docker.com/get-docker/)) - docker-compose ([install instructions](https://docs.docker.com/compose/install/)) diff --git a/graph-explorer/go.mod b/graph-explorer/go.mod index 0fab3283e..ccec8fd56 100644 --- a/graph-explorer/go.mod +++ b/graph-explorer/go.mod @@ -1,6 +1,6 @@ module github.com/owncloud/ocis/graph-explorer -go 1.13 +go 1.16 require ( contrib.go.opencensus.io/exporter/jaeger v0.2.1 diff --git a/graph/go.mod b/graph/go.mod index dff9b47ed..fa1b6ada7 100644 --- a/graph/go.mod +++ b/graph/go.mod @@ -1,6 +1,6 @@ module github.com/owncloud/ocis/graph -go 1.13 +go 1.16 require ( contrib.go.opencensus.io/exporter/jaeger v0.2.1