Skip to content

Commit 45b5e28

Browse files
committed
fix release tag
1 parent 84cd584 commit 45b5e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test:
4343
needs: [build]
4444
cache: !reference [.gocache]
4545
before_script:
46-
- go install github.com/boumenot/gocover-cobertura@1.4.0
46+
- go install github.com/boumenot/gocover-cobertura@v1.4.0
4747
script:
4848
- go mod download
4949
- go test -coverpkg=./... -coverprofile=${COVERAGE_FILE} ./...

0 commit comments

Comments
 (0)