Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-workhorse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-workhorse
Commits
55aea650
Commit
55aea650
authored
Jun 26, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'go-1.8' into 'master'
Drop support for Go <1.8 See merge request !176
parents
92194a55
1ee0979a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
14 deletions
+1
-14
.gitlab-ci.yml
.gitlab-ci.yml
+0
-12
Makefile
Makefile
+0
-1
README.md
README.md
+1
-1
No files found.
.gitlab-ci.yml
View file @
55aea650
...
...
@@ -4,18 +4,6 @@
-
go version
-
make test
test using go 1.5
:
<<
:
*test_definition
image
:
golang:1.5
test using go 1.6
:
<<
:
*test_definition
image
:
golang:1.6
test using go 1.7
:
<<
:
*test_definition
image
:
golang:1.7
test using go 1.8
:
<<
:
*test_definition
image
:
golang:1.8
...
...
Makefile
View file @
55aea650
...
...
@@ -3,7 +3,6 @@ VERSION=$(shell git describe)-$(shell date -u +%Y%m%d.%H%M%S)
BUILD_DIR
=
$(
shell
pwd
)
export
GOPATH
=
${BUILD_DIR}
/_build
export
PATH
:=
${GOPATH}
/bin:
${PATH}
export
GO15VENDOREXPERIMENT
=
1
GOBUILD
=
go build
-ldflags
"-X main.Version=
${VERSION}
"
PKG
=
gitlab.com/gitlab-org/gitlab-workhorse
PKG_ALL
=
$(
shell
GOPATH
=
${GOPATH}
go list
${PKG}
/... |
grep
-v
/vendor/
)
...
...
README.md
View file @
55aea650
...
...
@@ -143,7 +143,7 @@ gitlab-workhorse -authBackend http://localhost:8080/gitlab
## Installation
To install gitlab-workhorse you need
[
Go 1.
5
or
To install gitlab-workhorse you need
[
Go 1.
8
or
newer
](
https://golang.org/dl
)
and
[
GNU
Make
](
https://www.gnu.org/software/make/
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment