[GO] Tries to add go format to the CI (#6518)

* Trys to add go format to the CI

Adds Gofmt to CI

* Adds formatting for go dir in grpc

* Small fix
This commit is contained in:
mustiikhalil
2021-03-18 21:03:44 +03:00
committed by GitHub
parent 78f0c0d1d9
commit 3b7d1e86b4
3 changed files with 55 additions and 1 deletions

View File

@@ -55,7 +55,15 @@ install_languages() {
export PATH="~/swiftbuild/swift-5.3.1-RELEASE-ubuntu16.04/usr/bin:$PATH"
mkdir ~/gobuild
wget -c https://golang.org/dl/go1.15.2.linux-amd64.tar.gz
tar -xvzf go1.15.2.linux-amd64.tar.gz -C ~/gobuild
export PATH="~/gobuild/go/bin:$PATH"
swift --version
go version
yarn -v
node -v
}