Skip to content

fix incompatible go version in older Ubuntu (ex. 16.04)#3

Open
Detoo wants to merge 1 commit into
BenVanGithub:masterfrom
Detoo:fix-ubuntu-16-04-go-ver
Open

fix incompatible go version in older Ubuntu (ex. 16.04)#3
Detoo wants to merge 1 commit into
BenVanGithub:masterfrom
Detoo:fix-ubuntu-16-04-go-ver

Conversation

@Detoo
Copy link
Copy Markdown

@Detoo Detoo commented May 5, 2021

hi, I noticed that this particular line:

sudo go build -o $GOPATH/bin/pocket ./app/cmd/pocket_core/main.go

would fail on older Ubuntu (ex. 16.04) because the system go version is too old 1.10

was able to fix it by simply removing the sudo so it uses the newer go version installed per README

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.

1 participant