Skip to content
  • Alberto Bertogli's avatar
    cirrus: Allow the testing user to write to $GOPATH · f296bc31
    Alberto Bertogli authored
    Cirrus CI caches the module directory inside $GOPATH so it can be shared
    between test runs, to speed them up.
    
    However, it is currently created as root, which causes new entries to
    fail since they run under the "testing" user.
    
    This patch fixes that problem by making the "testing" user own the
    entire $GOPATH, which includes the module directory.
    f296bc31