Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
79ad631494 |
@@ -44,7 +44,7 @@ jobs:
|
|||||||
if [ ! -x "$GOROOT/bin/go" ]; then
|
if [ ! -x "$GOROOT/bin/go" ]; then
|
||||||
echo "Go not found in $GOROOT, downloading latest stable..."
|
echo "Go not found in $GOROOT, downloading latest stable..."
|
||||||
|
|
||||||
GO_VERSION=$(curl -s https://go.dev/VERSION?m=text)
|
GO_VERSION=$(curl -s https://go.dev/VERSION?m=text | tr -d '\n\r')
|
||||||
echo "Latest version is $GO_VERSION"
|
echo "Latest version is $GO_VERSION"
|
||||||
|
|
||||||
mkdir -p /data/go
|
mkdir -p /data/go
|
||||||
|
Reference in New Issue
Block a user