We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ea17c commit 09c8d68Copy full SHA for 09c8d68
1 file changed
.circleci/config.yml
@@ -48,7 +48,7 @@ jobs:
48
- checkout
49
- run:
50
name: Clone test script
51
- command: git clone https://github.com/auth0-samples/api-quickstarts-tests test
+ command: git clone -b golang-version https://github.com/auth0-samples/api-quickstarts-tests test
52
- persist_to_workspace:
53
root: ~/
54
paths:
0 commit comments