create the CI #1

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

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
run: |
GO_VERSION=1.20.6
GO_VERSION=1.21.4
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