Skip to content

Commit

Permalink
Merge pull request #12 from s1061123/dev/go-modules
Browse files Browse the repository at this point in the history
Go module support
  • Loading branch information
phoracek authored Oct 1, 2019
2 parents eaeabba + 381919f commit 457cae9
Show file tree
Hide file tree
Showing 5,569 changed files with 222,752 additions and 1,849,990 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
language: go
go_import_path: github.com/k8snetworkplumbingwg/network-attachment-definition-client

go:
- 1.12.x

go_import_path: github.com/K8sNetworkPlumbingWG/network-attachment-definition-client
install: true
script: hack/verify-codegen.sh
script:
- hack/verify-codegen.sh
- go build ./cmd/example/
Loading

0 comments on commit 457cae9

Please sign in to comment.