Skip to content

Commit

Permalink
test(ci): use go 1.13 for api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Jan 17, 2020
1 parent 34835fc commit 81403bf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 81403bf

Please sign in to comment.