open-vault/.circleci/config
Christopher Swenson 6c3c79c3a1
GOPATH is being set incorrectly in latest CircleCI machine image (#15288)
For some reason, GOPATH is being overridden in the `go mod download`
step after the latest machine image update in #15215.

This causes all of the modules to be downloaded to the
`/home/circleci/.go_workspace` cache instead of `/home/circleci/go` like
we require for the build (which will otherwise fail since we build with
`GOPROXY=off`).

Without this fix, the build will start to fail once the existing cache
is no longer used (after the root `go.mod`) is updated.
2022-05-04 13:39:23 -07:00
..
commands GOPATH is being set incorrectly in latest CircleCI machine image (#15288) 2022-05-04 13:39:23 -07:00
executors Upgrade CircleCI machine image (#15215) 2022-04-29 12:28:43 -04:00
jobs Upgrade CircleCI machine image (#15215) 2022-04-29 12:28:43 -04:00
workflows website: remove source code (#15068) 2022-04-19 14:41:15 -04:00
@config.yml Run CI tests in docker instead of a machine. (#8948) 2020-09-15 10:01:26 -04:00