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

Go version too old for build wings #17

Open
WeeskyBDW opened this issue Mar 18, 2024 · 0 comments · May be fixed by #18
Open

Go version too old for build wings #17

WeeskyBDW opened this issue Mar 18, 2024 · 0 comments · May be fixed by #18

Comments

@WeeskyBDW
Copy link

WeeskyBDW commented Mar 18, 2024

When trying to build wings, i have the following error:

root@fc6e4a1edded:/home/root/wings# go run 
go: no go files listed
root@fc6e4a1edded:/home/root/wings# go build
go: downloading github.com/apex/log v1.9.0
go: downloading github.com/twitchyliquid64/golang-asm v0.15.1
go: downloading github.com/chenzhuoyu/iasm v0.9.1
go: downloading golang.org/x/mod v0.16.0
github.com/pterodactyl/wings imports
        github.com/pterodactyl/wings/cmd imports
        github.com/pterodactyl/wings/router imports
        github.com/pterodactyl/wings/server/filesystem imports
        slices: package slices is not in GOROOT (/usr/local/go/src/slices)
go: warning: modernc.org/sqlite@v1.29.4: retracted by module author: tagged accidentally w/o builders checking the commit
go: to switch to the latest unretracted version, run:
        go get modernc.org/sqlite@latest

(i shorted output by removing other line where go successfully get a package)

Error can be solve by upgrade go version in Dockerfile

@WeeskyBDW WeeskyBDW linked a pull request Mar 18, 2024 that will close this issue
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 a pull request may close this issue.

1 participant