Update package version to 1.25.1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
URL="https://go.dev/VERSION?m=text"
|
||||
|
||||
VERSION=$(curl -s -L "$URL" | head -n1)
|
||||
|
||||
# Trim prefix
|
||||
VERSION=${VERSION//go/}
|
||||
|
||||
echo "$VERSION"
|
||||
Reference in New Issue
Block a user