Skip to content

Commit

Permalink
Feature/add go modules (#14)
Browse files Browse the repository at this point in the history
* switch to go modules

* adapt circle-ci to use go mod
  • Loading branch information
SimonTheLeg authored May 15, 2019
1 parent 6bafa48 commit 04fdb94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ references:
artifacts_dir: &artifacts_dir /tmp/artifacts
testres_dir: &testres_dir /tmp/test-results
attach_artifacts: &attach_artifacts
at: *artifacts_dir
attach_workspace:
at: *artifacts_dir

workflows:
version: 2
Expand Down

0 comments on commit 04fdb94

Please sign in to comment.