Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
avatica-go-3.1.0
-
None
Description
While updating avatica-go to use Go modules, I forgot to update the dockerfile for running tests to work with Go modules.
The fix is to found the source code outside the GOPATH, so that Go will download the dependencies using Go modules when running tests.