Skip to content
Snippets Groups Projects

Add go.mod

Merged Erick Hitter requested to merge fix/go-mod into master
Files
3
+ 1
3
@@ -21,8 +21,6 @@ before_script:
- cd $GOPATH/src/$REPO_NAME
- cp config-sample.json config.json
- export CC=clang-5.0
- make dep
unit_tests:
@@ -63,4 +61,4 @@ build:
- make
artifacts:
paths:
- eth-log-alerting-builds/
\ No newline at end of file
- eth-log-alerting-builds/
Loading