Page 2 of 2

Re: Any possibility to have go upgraded to version 1.18.x ?

Posted: Thu Mar 23, 2023 7:00 am
by chepakwak
i allow myself to up this topiuc as my problem remains. If it is against your policies, please just don't pay attention to it.

Re: Any possibility to have go upgraded to version 1.18.x ?

Posted: Thu Mar 23, 2023 7:02 am
by Eadwine Rose
An up after almost 10 days is acceptable ;) :)

Re: Any possibility to have go upgraded to version 1.18.x ?

Posted: Thu Mar 23, 2023 8:53 pm
by Stevo
Well...golang-go is the package that provides the "go" command.

What do you get for

Code: Select all

apt policy golang-go
I don't see it mentioned in the four debs you still may have manually installed...

Re: Any possibility to have go upgraded to version 1.18.x ?

Posted: Fri Apr 14, 2023 7:39 am
by chepakwak
Here is the list of the 4 packages I installed via Debian Backports :
golang-1.18
golang-1.18-doc
golang-1.18-go
golang-1.18-src

The third one must be the one you mention.

Code: Select all

apt policy golang-go
returns

Code: Select all

golang-go:
  Installé : (aucun)
  Candidat : 2:1.15~1
 Table de version :
     2:1.15~1 500
        500 http://deb.debian.org/debian bullseye/main amd64 Packages

Re: Any possibility to have go upgraded to version 1.18.x ?

Posted: Fri Apr 14, 2023 3:34 pm
by Stevo
So, why haven't you used MXPI to install golang-go 2:1.19 from bullseye-backports? I think installing the new golang-go will upgrade the rest of the go packages, too, but you can read the output to make sure.

Yes, backports has now upgraded it to 2:1.19, so use MXPI instead of manually downloading and installing deb files.
Otherwise, you are wasting my time.

Re: Any possibility to have go upgraded to version 1.18.x ?

Posted: Sat Apr 15, 2023 7:29 am
by chepakwak
I don't know what I did wrong in the first place, but it is working now.
Thanks for your help.