Skip to content

Commit d985a31

Browse files
committed
Install go
1 parent e566731 commit d985a31

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
@@ -28,7 +28,7 @@ shared: &shared
2828
# fallback to using the latest cache if no exact match is found
2929
- v1-dependencies-
3030

31-
- run: mvn install -DexcludedGroups=unstable
31+
- run: bash -c 'PATH=$PATH:/usr/local/go/bin mvn install'
3232

3333
- save_cache:
3434
paths:

0 commit comments

Comments
 (0)