We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the install does not work with the current select go please go to 1.12 to fix this
The text was updated successfully, but these errors were encountered:
@sudorandom https://github.com/evepraisal/go-evepraisal/blob/master/Dockerfile too old and didn't start anymore:
#0 30.50 go: finding github.com/davecgh/go-spew v1.1.1 #0 30.66 go: finding github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 #0 30.75 go: finding github.com/blevesearch/zapx/v11 v11.3.7 #0 30.81 go: finding github.com/blevesearch/zapx/v13 v13.3.7 #0 30.99 go: finding github.com/blevesearch/upsidedown_store_api v1.0.2 #0 30.99 go: finding github.com/blevesearch/mmap-go v1.0.4 #0 31.19 go: finding gopkg.in/yaml.v2 v2.4.0 #0 31.55 go: finding google.golang.org/appengine v1.6.7 #0 31.61 go: finding github.com/spf13/afero v1.9.3 #0 61.10 go: error loading module requirements #0 61.10 make: *** [Makefile:24: setup] Error 1 ------ failed to solve: executor failed running [/bin/sh -c apk --update add --no-cache --virtual build-dependencies git gcc musl-dev make bash && git clone https://github.com/evepraisal/go-evepraisal.git . && export GO111MODULE=on ENV=prod && make setup && make build && make install && mkdir /evepraisal/ && mv $GOPATH/bin/evepraisal /evepraisal/evepraisal && rm -rf $GOPATH && apk del build-dependencies && mkdir /evepraisal/db]: exit code: 2
today I had to use golang:1.21-alpine instead golang:1.11-alpine and it works well for me
Sorry, something went wrong.
No branches or pull requests
the install does not work with the current select go please go to 1.12 to fix this
The text was updated successfully, but these errors were encountered: