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"
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
name: golang
|
name: golang
|
||||||
description: The GO programming language
|
description: The GO programming language
|
||||||
version: 1.24.4
|
version: 1.25.1
|
||||||
revision: 1
|
|
||||||
url: https://go.dev/
|
url: https://go.dev/
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ build() {
|
|||||||
check() {
|
check() {
|
||||||
cd src
|
cd src
|
||||||
export GO_TEST_TIMEOUT_SCALE=3
|
export GO_TEST_TIMEOUT_SCALE=3
|
||||||
./run.bash --no-rebuild -v -v -v -k
|
./run.bash --no-rebuild -v -v -v -k -run "!cmd/cgo/internal/testsanitizers"
|
||||||
}
|
}
|
||||||
|
|
||||||
# The package function is executed in the source directory
|
# The package function is executed in the source directory
|
||||||
|
|||||||
Reference in New Issue
Block a user