Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to go 1.20 #11

Merged
merged 1 commit into from
May 8, 2023
Merged

Update to go 1.20 #11

merged 1 commit into from
May 8, 2023

Conversation

kousu
Copy link
Member

@kousu kousu commented May 5, 2023

Gitea is now testing against this, so I think we should too, as in #6.

Gitea is now testing against this, so I think we should too, as in #6.
@kousu kousu requested a review from mguaypaq May 5, 2023 18:38
@kousu
Copy link
Member Author

kousu commented May 5, 2023

As a reminder, on Ubuntu (+ most mainstream linuxes?) go 1.20 is too new, so you have to do

go install golang.org/dl/go1.20.3@latest
go1.20.3 download
ln -s go1.20.3 ~/go/bin/go

to get it. And if so then make sure you have done this too:

cat >> ~/.profile <<EOF
# set PATH so it includes go
if [ -d "$HOME/go/bin" ] ; then
    PATH="$HOME/go/bin:$PATH"
fi
EOF

Copy link
Member

@mguaypaq mguaypaq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the installation instructions!

@mguaypaq mguaypaq merged commit 64282e2 into main May 8, 2023
@mguaypaq mguaypaq deleted the go1.20 branch May 8, 2023 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants