Commit 3c1e6316 authored by Kim "BKC" Carlbäcker's avatar Kim "BKC" Carlbäcker

Go 1.8...

parent c9161527
...@@ -59,10 +59,6 @@ go:1.8: ...@@ -59,10 +59,6 @@ go:1.8:
<<: *go_definition <<: *go_definition
image: golang:1.8 image: golang:1.8
go:1.7:
<<: *go_definition
image: golang:1.7
codeclimate: codeclimate:
before_script: [] before_script: []
image: docker:latest image: docker:latest
......
...@@ -66,7 +66,7 @@ make ...@@ -66,7 +66,7 @@ make
sudo make install sudo make install
``` ```
To install gitlab-shell you also need a Go compiler version 1.7 or newer. https://golang.org/dl/ To install gitlab-shell you also need a Go compiler version 1.8 or newer. https://golang.org/dl/
## Setup ## Setup
......
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