Skip to content

Commit

Permalink
NO-ISSUE: Pin gocov version (openshift#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaurredhat committed Dec 23, 2024
1 parent 93782d4 commit c2898cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.assisted-installer-build
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN go install golang.org/x/tools/cmd/[email protected] && \
go install github.com/onsi/ginkgo/[email protected] && \
go install github.com/golang/mock/[email protected] && \
go install gotest.tools/[email protected] && \
go install github.com/axw/gocov/gocov@latest && \
go install github.com/AlekSi/gocov-xml@latest
go install github.com/axw/gocov/gocov@v1.1.0 && \
go install github.com/AlekSi/gocov-xml@v1.1.0

0 comments on commit c2898cf

Please sign in to comment.