Commit f55c892f authored by Kirill Smelkov's avatar Kirill Smelkov

golang: Drop support for Go1.14

This Go release is EOL now.

Don't drop support for Go1.12 and Go1.13 yet. Even though those Go releases are
also EOL since long ago, they are still being used inside SlapOS:

Go1.12 - by gitlab  (/cc @jerome, @alain.takoudjou)
Go1.13 - by galène  (/cc @tomo, @alain.takoudjou)
parent 81e3a6c2
Pipeline #14416 failed with stage
in 0 seconds
......@@ -51,15 +51,6 @@ md5sum = 4f4af14d88352a62761a9dcedf863ac0
environment-extra =
GOROOT_BOOTSTRAP=${golang14:location}
[golang1.14]
<= golang-common
url = https://golang.org/dl/go1.14.15.src.tar.gz
md5sum = 1065b705a0d330136084f4e1628baf82
# go1.14 needs go1.4 to bootstrap
environment-extra =
GOROOT_BOOTSTRAP=${golang14:location}
[golang1.15]
<= golang-common
url = https://golang.org/dl/go1.15.10.src.tar.gz
......
  • Don't drop support for Go1.12 and Go1.13 yet. Even though those Go releases are also EOL since long ago, they are still being used inside SlapOS:

    Go1.12 - by gitlab (/cc @jerome, @alain.takoudjou)
    Go1.13 - by galène (/cc @tomo, @alain.takoudjou)

  • Thank you guys for this and galène.

    If we need one more reason to have someone allocated to update gitlab, our software release is no longer installable. As we can see in test output:

    Your bundle is locked to mimemagic (0.3.0), but that version could not be found
    in any of the sources listed in your Gemfile. If you haven't changed sources,
    that means the author of mimemagic (0.3.0) has removed it. You'll need to update
    your bundle to a version other than mimemagic (0.3.0) that hasn't been removed
    in order to install.

    the version also appear as removed from https://rubygems.org/gems/mimemagic/versions

  • @jerome, you are welcome, and thanks for heads up too. It seems mimemagic releases were removed due to licensing issue. On our side gitlab clearly needs some love...

Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment