modify CI-CD script
All checks were successful
Java CI with Maven / build (push) Successful in 13m33s
All checks were successful
Java CI with Maven / build (push) Successful in 13m33s
This commit is contained in:
parent
de3892fab5
commit
ff1ccbe2f3
@ -30,8 +30,7 @@ jobs:
|
||||
echo "done!"
|
||||
- name: "setup go for release script"
|
||||
run: |
|
||||
apt update && apt install -y wget
|
||||
wget https://go.dev/dl/go1.21.6.linux-amd64.tar.gz
|
||||
wget --no-check-certificate https://go.dev/dl/go1.21.6.linux-amd64.tar.gz
|
||||
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.21.6.linux-amd64.tar.gz
|
||||
ln -s /usr/local/go/bin/go /usr/bin/go
|
||||
go version
|
||||
|
Loading…
Reference in New Issue
Block a user