Skip to content

Commit

Permalink
Switch dependency manager to go modules (#762)
Browse files Browse the repository at this point in the history
* Switch dependency manager to go modules

* Update k8s to 1.6.2

* Don't modify the current package dependencies on go tools installation

* Update k8s to v1.17.0-alpha.3

* Bump gophercloud
  • Loading branch information
kayrus authored and k8s-ci-robot committed Nov 5, 2019
1 parent 79d84b8 commit 80d1466
Show file tree
Hide file tree
Showing 9 changed files with 840 additions and 2,087 deletions.
12 changes: 8 additions & 4 deletions .zuul.yaml
Expand Up @@ -78,7 +78,8 @@
- cloud-provider-openstack-acceptance-test-e2e-conformance:
files:
- ^pkg/cloudprovider/.*
- ^Gopkg.toml$
- ^go.mod$
- ^go.sum$
irrelevant-files:
- ^docs/.*$
- ^.*\.md$
Expand All @@ -90,7 +91,8 @@
- cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.14:
files:
- ^pkg/cloudprovider/.*
- ^Gopkg.toml$
- ^go.mod$
- ^go.sum$
irrelevant-files:
- ^docs/.*$
- ^.*\.md$
Expand All @@ -102,7 +104,8 @@
- cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.15:
files:
- ^pkg/cloudprovider/.*
- ^Gopkg.toml$
- ^go.mod$
- ^go.sum$
irrelevant-files:
- ^docs/.*$
- ^.*\.md$
Expand All @@ -114,7 +117,8 @@
- cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.16:
files:
- ^pkg/cloudprovider/.*
- ^Gopkg.toml$
- ^go.mod$
- ^go.sum$
irrelevant-files:
- ^docs/.*$
- ^.*\.md$
Expand Down

0 comments on commit 80d1466

Please sign in to comment.