-
Notifications
You must be signed in to change notification settings - Fork 158
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
CompileDeamon not found golang 1.18 #77
Comments
@valensto I faced same issue when i updated golang to 1.18
|
I'm with same error with golang:1.18 |
go install github.com/githubnemo/CompileDaemon@latest |
@Denes-cilwal i was experiencing the same issue and can confirm replacing "go get" with "go install" fixed it for me |
@Denes-cilwal thanks for the answer. With golang:1.18-alpine But thats ok, I'm not using alpine for my tests here. UPDATE: |
I see thanks for your update 👍🏾 |
example
Decision ` WORKDIR /go/src/app ENV GOFLAGS="-buildvcs=false" <- it helped! COPY go.mod go.sum ./ RUN go mod download && go mod verify RUN go install github.com/githubnemo/CompileDaemon@latest CMD ["CompileDaemon", "-command=./app"] ` |
@Shiba-Kar first, did you restart your terminal? |
Yes done a reboot |
Hi,
Cannot run CompileDeamon as Entrypoint of dockerfile with golang 1.18
Working on golang:1.17.8-alpine3.15 with same ENTRYPOINT
tested with
go get github.com/githubnemo/CompileDaemon@latest
The text was updated successfully, but these errors were encountered: