We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e480ffe commit d882b57Copy full SHA for d882b57
.circleci/config.yml
@@ -35,7 +35,7 @@ jobs:
35
- checkout
36
- run:
37
name: install go-junit-report
38
- command: go install github.com/jstemmer/go-junit-report/v2@2.0.0
+ command: go install github.com/jstemmer/go-junit-report/v2@v2.0.0
39
40
- when:
41
condition: <<parameters.run-lint>>
0 commit comments