fixed
Some checks failed
Build software / prepare (push) Failing after 4m47s

This commit is contained in:
2024-07-06 12:26:26 +02:00
parent 76e94f1ecf
commit efe18a5741

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go - name: Set up Go
run: | run: |
GO_VERSION=1.20.6 GO_VERSION=1.21.4
wget https://golang.org/dl/go$GO_VERSION.linux-amd64.tar.gz 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 sudo tar -C /usr/local -xzf go$GO_VERSION.linux-amd64.tar.gz
echo "export PATH=$PATH:/usr/local/go/bin" >> ~/.profile echo "export PATH=$PATH:/usr/local/go/bin" >> ~/.profile