create the CI #1

Open
thinkode wants to merge 38 commits from 6-create-the-ci into develop
Showing only changes of commit 76e94f1ecf - Show all commits

View File

@@ -20,7 +20,6 @@ jobs:
wget https://golang.org/dl/go$GO_VERSION.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go$GO_VERSION.linux-amd64.tar.gz
echo "export PATH=$PATH:/usr/local/go/bin" >> ~/.profile
go env
echo "export GOPATH=$HOME/go" >> ~/.profile
source ~/.profile
go version