Skip to content

Commit

Permalink
go: update to 1.24~rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Feb 6, 2025
1 parent 7d8de4d commit e2b9a70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lang-golang/go/autobuild/build
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ for i in authtest benchcmp bisect callgraph \
compilebench cookieauth digraph eg file2fuzz \
fiximports fuzz-driver fuzz-runner gitauth \
go-contrib-init godex godoc goimports gomvpkg \
gonew gorename gotype goyacc \
gonew gotype goyacc \
html2article netrcauth present present2md \
splitdwarf ssadump stringer toolstash ; do
install -Dvm755 "$SRCDIR"/bin/$i \
Expand Down
2 changes: 1 addition & 1 deletion lang-golang/go/autobuild/build.stage2
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ for i in authtest benchcmp bisect callgraph \
compilebench cookieauth digraph eg file2fuzz \
fiximports fuzz-driver fuzz-runner gitauth \
go-contrib-init godex godoc goimports gomvpkg \
gonew gorename gotype goyacc \
gonew gotype goyacc \
html2article netrcauth present present2md \
splitdwarf ssadump stringer toolstash ; do
install -Dvm755 "$SRCDIR"/bin/$i \
Expand Down
11 changes: 6 additions & 5 deletions lang-golang/go/spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
UPSTREAM_VER=1.23.1
UPSTREAM_VER=1.24~rc3
# Versions of Golang, net library and Go tools
TOOLS_VER=0.25.0
NET_VER=0.29.0
GO_VER=${UPSTREAM_VER/\~/}
TOOLS_VER=0.29.0
NET_VER=0.34.0

VER="${UPSTREAM_VER}+tools${TOOLS_VER}+net${NET_VER}"
SRCS="tbl::https://go.dev/dl/go${UPSTREAM_VER}.src.tar.gz \
SRCS="tbl::https://go.dev/dl/go${GO_VER}.src.tar.gz \
git::commit=tags/v${TOOLS_VER};rename=tools::https://go.googlesource.com/tools \
git::commit=tags/v${NET_VER};rename=net::https://github.com/golang/net"
CHKSUMS="sha256::6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d \
CHKSUMS="sha256::2c7128a58f62cfdef4eaf68e7b9bf187f3ffea2ec06754a64d6ee36bfea3d691 \
SKIP \
SKIP"
CHKUPDATE="anitya::id=1227"
Expand Down

0 comments on commit e2b9a70

Please sign in to comment.