Skip to content

Commit 37386be

Browse files
committed
Update Go path upon install
1 parent d9a63f0 commit 37386be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
name: run tests
5555
command: |
5656
mkdir -p /tmp/logs
57+
# Make Go available in the PATH upon first being installed
58+
echo 'export PATH="/usr/local/opt/go@1.17/bin:$PATH"' >> /Users/distiller/.bash_profile
5759
go test -v ./... --timeout 5m | tee /tmp/logs/test.log
5860
release:
5961
docker:

0 commit comments

Comments
 (0)