1language: go 2 3go: 4 - 1.12.x 5 6go_import_path: github.com/k8snetworkplumbingwg/network-attachment-definition-client 7install: true 8script: 9 - hack/verify-codegen.sh 10 - go test ./pkg/... 11 - go build ./cmd/example/
View as plain text