linode / linode-blockstorage-csi-driver

Container Storage Interface (CSI) Driver for Linode Block Storage
Apache License 2.0
66 stars 55 forks source link

Update e2e_test go and ginkgo #89

Closed mrogers950 closed 1 year ago

mrogers950 commented 1 year ago

Update the e2e_test module go to 1.17 and bump ginkgo/gomega to align with https://github.com/linode/linode-cloud-controller-manager/pull/110.

General:

Pull Request Guidelines:

  1. [ ] Does your submission pass tests?
  2. [ ] Have you added tests?
  3. [ ] Are you addressing a single feature in this PR?
  4. [ ] Are your commits atomic, addressing one change per commit?
  5. [ ] Are you following the conventions of the language?
  6. [ ] Have you saved your large formatting changes for a different PR, so we can focus on your work?
  7. [ ] Have you explained your rationale for why this feature is needed?
  8. [ ] Have you linked your PR to an open issue
mrogers950 commented 1 year ago

I've confirmed that the tests pass with this change.

mrogers950 commented 1 year ago

@git-it127 I've updated with your suggestions.