forked from DMXStage/dmxconnect
create the CI #1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user