Skip to content

Commit d882b57

Browse files
committed
fix CI
1 parent e480ffe commit d882b57

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
@@ -35,7 +35,7 @@ jobs:
3535
- checkout
3636
- run:
3737
name: install go-junit-report
38-
command: go install github.com/jstemmer/go-junit-report/v2@2.0.0
38+
command: go install github.com/jstemmer/go-junit-report/v2@v2.0.0
3939

4040
- when:
4141
condition: <<parameters.run-lint>>

0 commit comments

Comments
 (0)