5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-22 08:20:28 +00:00

remove working_directory from circleci config, let it use the default, as per their blog post on go modules in 1.11

This commit is contained in:
Arceliar 2018-12-07 20:19:19 -06:00
parent 586781b49c
commit 2d5f99a008

View File

@ -7,8 +7,6 @@ jobs:
docker:
- image: circleci/golang:1.11
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
steps:
- checkout