You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Francis Chuang (JIRA)" <ji...@apache.org> on 2018/08/30 23:28:00 UTC

[jira] [Created] (CALCITE-2513) Fix dockerfile for running tests using docker-compose to work with Go modules

Francis Chuang created CALCITE-2513:
---------------------------------------

             Summary: Fix dockerfile for running tests using docker-compose to work with Go modules
                 Key: CALCITE-2513
                 URL: https://issues.apache.org/jira/browse/CALCITE-2513
             Project: Calcite
          Issue Type: Task
          Components: avatica-go
    Affects Versions: avatica-go-3.1.0
            Reporter: Francis Chuang
            Assignee: Francis Chuang


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)