Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
b7af0178
Commit
b7af0178
authored
Jan 17, 2020
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test(ci): use go 1.13 for api tests
parent
b54bdf31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
.circleci/config.yml
.circleci/config.yml
+8
-2
No files found.
.circleci/config.yml
View file @
b7af0178
...
...
@@ -27,8 +27,12 @@ default_environment: &default_environment
executors
:
golang
:
parameters
:
tag
:
type
:
string
default
:
"
1.12"
docker
:
-
image
:
circleci/golang:
1.12
-
image
:
circleci/golang:
<< parameters.tag >>
working_directory
:
~/ipfs/go-ipfs
environment
:
<<
:
*default_environment
...
...
@@ -203,7 +207,9 @@ jobs:
-
store_test_results
:
path
:
/tmp/test-results
go-ipfs-api
:
executor
:
golang
executor
:
name
:
golang
tag
:
"
1.13"
steps
:
-
*make_out_dirs
-
attach_workspace
:
...
...
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