Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(go): Disable the GOPATH mode to fix the fun tests
Recently, the fun tests for `GoDep` started failing which was roughly at the same time as the major version upgrade to 1.22.0 in ORT's docker image. As the GOPATH mode will eventually be removed ^[1], just disable it now to fix the tests. In particular, do so even though the root cause of the failing tests is unkown, as `GoDep` is rather outdated and thus cannot satisfy putting in further efforts. [1]: golang/go#41330 (comment) Signed-off-by: Frank Viernau <[email protected]>
- Loading branch information