theia-ide / theia-apps

Theia applications examples - docker images, desktop apps, packagings
Apache License 2.0
1.04k stars 345 forks source link

go: fix build issues caused by golang #510

Closed vince-fugnitto closed 2 years ago

vince-fugnitto commented 2 years ago

Description

Fixes: #505

The commit fixes go issues related to an incompatible go version with the declared modules, and adjusts the go-tools for newer go versions.

Signed-off-by: vince-fugnitto vincent.fugnitto@ericsson.com

aronmgv commented 2 years ago

Hi,

Seems there is new issue with the build for the theia-full-docker. While building I am getting now this error:

Building native extensions. This could take a while...
ERROR:  While executing gem ... (Gem::RemoteFetcher::FetchError)
    bad response Forbidden 403 (https://api.rubygems.org/quick/Marshal.4.8/nokogiri-1.13.1-x64-unknown.gemspec.rz)
Successfully installed racc-1.6.0
ERROR: Service 'theia' failed to build : The command '/bin/sh -c apt-get update && apt-get -y install ruby ruby-dev zlib1g-dev &&     gem install solargraph' returned a non-zero code: 1

Any clue? Thanks, Michal

vince-fugnitto commented 2 years ago

Any clue? Thanks, Michal

@MacGyver27 I’m not planning on looking into the issue at the moment, please feel free to investigate and possibly search online for a solution (it is unrelated to theia).