Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Is this a bug fix or adding new feature?
What is this PR about? / Why do we need it?
build is failing in CI https://github.com/kubernetes-sigs/aws-fsx-csi-driver/runs/4086291401?check_suite_focus=true
#20 1643.7 go: github.com/onsi/gomega@v1.7.0 requires
#20 1643.7 golang.org/x/sys@v0.0.0-20180909124046-d0be0721c37e: invalid version: git fetch -f origin refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /go/pkg/mod/cache/vcs/da0444fc0003f84a590bd6521553c0531086778bca13ec63ace9e0dd258f4b51: exit status 128:
#20 1643.7 fatal: unable to access 'https://go.googlesource.com/sys/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
since it is transitive dependency of ginkgo, try bumping it.
build works locally in any case so need to guess & test to see if CI will pass.
What testing is done?