Skip to content

Commit 46f91c3

Browse files
committed
Install go
1 parent d727f01 commit 46f91c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ shared: &shared
1818
command: |
1919
sudo curl -sL -o /usr/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
2020
sudo chmod +x /usr/bin/gimme
21-
sudo eval "$(gimme 1.12)"
21+
sudo bash -c eval "$(gimme 1.12)"
2222
2323
- checkout
2424

0 commit comments

Comments
 (0)