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 74cade3 commit 660bc0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.assisted-installer-build
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ 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/[email protected] && \
go install github.com/AlekSi/[email protected]

0 comments on commit 660bc0f

Please sign in to comment.