Skip to content

Commit 621cdae

Browse files
committed
fix
1 parent 277ad39 commit 621cdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/steps/unit-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set +euo pipefail
55
echo "--- Install dependencies"
66
# See https://github.com/tailscale/go-cache-plugin
77
make install-go-cache-plugin
8-
export GOCACHEPROG="go-cache-plugin --cache-dir=/tmp/gocache --bucket=elastic-agent-ci-go-cache"
8+
export GOCACHEPROG="go-cache-plugin --cache-dir=/tmp/gocache --bucket=elastic-agent-ci-go-cache --region=us-east-1"
99
export GOEXPERIMENT=cacheprog
1010

1111
echo "--- Unit tests"

0 commit comments

Comments
 (0)