Skip to content
Snippets Groups Projects
Commit 6914a3cb authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'fix/go-mod' into 'master'

Add go.mod

See merge request !3
parents c663e2a0 3ae2ab92
Branches
No related tags found
1 merge request!3Add go.mod
Pipeline #4816 failed
......@@ -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/
......@@ -30,7 +30,7 @@ dep:
@go get github.com/mitchellh/gox
build: dep
@gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6
@gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6 -osarch '!darwin/386'
clean:
@rm -f $(PROJECT_NAME)
......
go.mod 0 → 100644
module git.ethitter.com/open-source/dyndnsd-client
go 1.17
require github.com/joshbetz/config v0.0.0-20191025221858-121804b392d9
go.sum 0 → 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment