You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected]: 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
The text was updated successfully, but these errors were encountered:
When trying to build wings, i have the following error:
(i shorted output by removing other line where go successfully get a package)
Error can be solve by upgrade go version in Dockerfile
The text was updated successfully, but these errors were encountered: