open-vault/.circleci/config/commands
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
..
@caches.yml GOPATH is being set incorrectly in latest CircleCI machine image (#15288) 2022-05-04 13:39:23 -07:00
configure-git.yml ci: cache go modules (#11935) 2021-06-25 17:17:05 +01:00
exit-if-branch-does-not-need-test-ui.yml Run UI tests in backport/ui/ prefixed branches (#14618) 2022-03-21 13:11:20 -05:00
exit-if-ui-or-docs-branch.yml Skip tests on backported docs branches. (#13612) 2022-01-11 09:02:47 -05:00
go_test.yml Update to Go 1.17.9 (#15043) 2022-04-14 14:41:05 -04:00
setup-go.yml Upgrade CircleCI machine image (#15215) 2022-04-29 12:28:43 -04:00
setup-semgrep.yml Address semgrep 0.86.x breakage (#14771) 2022-03-30 15:03:21 -04:00