Skip to content

Commit

Permalink
Fix version of go-licenses (#932)
Browse files Browse the repository at this point in the history
A few hours ago v1.1.0 released and now it breaks our builds.
See: google/go-licenses#125

Co-authored-by: Viacheslav Sarzhan <slava.sarzhan@percona.com>
  • Loading branch information
egegunes and hors committed Apr 11, 2022
1 parent 9e242d4 commit d79b47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ pipeline {
-v $WORKSPACE/src/github.com/percona/percona-server-mongodb-operator:/go/src/github.com/percona/percona-server-mongodb-operator \
-w /go/src/github.com/percona/percona-server-mongodb-operator \
golang:1.17 sh -c '
go install github.com/google/go-licenses@latest;
go install github.com/google/go-licenses@v1.0.0;
/go/bin/go-licenses csv github.com/percona/percona-server-mongodb-operator/cmd/manager \
| cut -d , -f 3 \
| sort -u \
Expand Down

0 comments on commit d79b47a

Please sign in to comment.