-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6080 from mysteriumnetwork/fix-go-build
Restore CI build workflow
- Loading branch information
Showing
7 changed files
with
14 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ func GenerateProtobuf() error { | |
func GetProtobuf() error { | ||
err := sh.RunV("go", "install", "google.golang.org/protobuf/cmd/[email protected]") | ||
if err != nil { | ||
fmt.Println("could not go get 'protoc-gen-go'") | ||
fmt.Println("could not go install 'protoc-gen-go'") | ||
return err | ||
} | ||
return nil | ||
|
@@ -88,7 +88,7 @@ func GenerateDocs() error { | |
func GetSwagger() error { | ||
err := sh.RunV("go", "install", "github.com/go-swagger/go-swagger/cmd/[email protected]") | ||
if err != nil { | ||
fmt.Println("could not go get swagger") | ||
fmt.Println("could not go install swagger") | ||
return err | ||
} | ||
return nil | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters