Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Rafael Monnerat
slapos
Commits
620e2a18
Commit
620e2a18
authored
Apr 07, 2024
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/golang: version up 1.21.9 etc., including security fixes.
parent
5dddfce6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
component/golang/buildout.cfg
component/golang/buildout.cfg
+8
-8
No files found.
component/golang/buildout.cfg
View file @
620e2a18
...
...
@@ -98,8 +98,8 @@ patches +=
[golang1.16]
<= golang-common-pre-1.19
url = https://golang.org/dl/go1.16.1
3
.src.tar.gz
md5sum =
1c076f952d9af57590a36fa7d36f695a
url = https://golang.org/dl/go1.16.1
5
.src.tar.gz
md5sum =
fda3664a020a79fabe2d0d5d9d10861f
# go1.16 needs go1.4 to bootstrap
environment-extra =
...
...
@@ -116,8 +116,8 @@ environment-extra =
[golang1.18]
<= golang-common-pre-1.19
url = https://golang.org/dl/go1.18.
9
.src.tar.gz
md5sum =
e2caa7c4de49aa77a14c694bfc9a5cd1
url = https://golang.org/dl/go1.18.
10
.src.tar.gz
md5sum =
002b4daec72ab396dc023a5ec445a68a
# go1.18 needs go1.4 or go1.17 to bootstrap.
# We use go1.4 to reduce the amount of components which
...
...
@@ -128,16 +128,16 @@ environment-extra =
[golang1.20]
<= golang-common-pre-1.21
url = https://go.dev/dl/go1.20.
6
.src.tar.gz
md5sum =
1dc2d18790cfaede7df1e73a1eff8b7b
url = https://go.dev/dl/go1.20.
14
.src.tar.gz
md5sum =
71103194b2ca39cc9cb943df9aa6154c
# go1.20 requires go1.17.13 to bootstrap (see https://go.dev/doc/go1.20#bootstrap)
environment-extra =
GOROOT_BOOTSTRAP=${golang1.17:location}
[golang1.21]
<= golang-common
url = https://go.dev/dl/go1.21.
5
.src.tar.gz
md5sum =
99385ded31906f1554c27015bbbee52d
url = https://go.dev/dl/go1.21.
9
.src.tar.gz
md5sum =
3cc8b75a5499b5d309f267e21c3432df
# go1.21 requires go1.17.13 to bootstrap (see https://go.dev/blog/rebuild)
environment-extra =
GOROOT_BOOTSTRAP=${golang1.17:location}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment