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
de2386f8
Commit
de2386f8
authored
Feb 26, 2020
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test against go 1.12 - 1.14
parent
7df1fc61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
.gitlab-ci.yml
.gitlab-ci.yml
+6
-5
No files found.
.gitlab-ci.yml
View file @
de2386f8
image
:
golang:1.1
1
image
:
golang:1.1
2
# Disable DIND for SAST because we need to execute a before_script in the gosec-sast job
variables
:
...
...
@@ -21,9 +21,6 @@ verify:
-
apt-get update && apt-get -y install libimage-exiftool-perl
-
make test
test using go 1.11
:
<<
:
*test_definition
test using go 1.12
:
image
:
golang:1.12
<<
:
*test_definition
...
...
@@ -32,6 +29,10 @@ test using go 1.13:
image
:
golang:1.13
<<
:
*test_definition
test using go 1.14
:
image
:
golang:1.14
<<
:
*test_definition
test:release:
only
:
-
tags
...
...
@@ -45,4 +46,4 @@ include:
gosec-sast
:
before_script
:
-
apk add make
-
make install
\ No newline at end of file
-
make install
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