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

Dockerfile 1.11 to version 1.12 #153

Open
resixh opened this issue Jul 19, 2021 · 1 comment
Open

Dockerfile 1.11 to version 1.12 #153

resixh opened this issue Jul 19, 2021 · 1 comment

Comments

@resixh
Copy link

resixh commented Jul 19, 2021

the install does not work with the current select go please go to 1.12 to fix this

@Yarik217
Copy link

Yarik217 commented Sep 30, 2023

@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

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

No branches or pull requests

2 participants