Skip to content

Commit

Permalink
Merge pull request #2136 from owncloud/unify_go_version
Browse files Browse the repository at this point in the history
  • Loading branch information
refs authored Jun 9, 2021
2 parents a845cd2 + 71e2cad commit fd8b3d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/ocis/development/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/))
Expand Down
2 changes: 1 addition & 1 deletion graph-explorer/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion graph/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fd8b3d2

Please sign in to comment.