Commit 0a59c6f2 authored by Kirill Smelkov's avatar Kirill Smelkov

gitlab: Switch to Go 1.6

gitlab-workhorse works perfectly fine with it, so switch to current stable golang.
parent 05330266
...@@ -23,7 +23,7 @@ extends = ...@@ -23,7 +23,7 @@ extends =
parts = parts =
ruby2.1 ruby2.1
golang15 golang16
git git
postgresql92 postgresql92
redis28 redis28
...@@ -175,7 +175,7 @@ configure-command = : ...@@ -175,7 +175,7 @@ configure-command = :
make-targets= ${:_buildout_section_name_} make-targets= ${:_buildout_section_name_}
environment = environment =
PATH=${golang15:location}/bin:%(PATH)s PATH=${golang16:location}/bin:%(PATH)s
############################### ###############################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment