Skip to content
Snippets Groups Projects

Add go.mod

Merged Erick Hitter requested to merge fix/go-mod into master
Files
4
+ 2
2
@@ -21,7 +21,7 @@ before_script:
- cd $GOPATH/src/$REPO_NAME
- cp config-sample.json config.json
- export CC=clang-5.0
- export CC=clang
- make dep
@@ -63,4 +63,4 @@ build:
- make
artifacts:
paths:
- dyndnsd-client/
\ No newline at end of file
- dyndnsd-client/
Loading