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

Update game-of-life dependencies #89

Open
liustanley opened this issue Mar 27, 2024 · 0 comments
Open

Update game-of-life dependencies #89

liustanley opened this issue Mar 27, 2024 · 0 comments

Comments

@liustanley
Copy link
Contributor

Describe the bug
Error when starting game of life otel:

docker compose -f docker-compose-otel.yaml up
...
 => ERROR [game-of-life-server 8/9] RUN go build -o /server                                                                                                                                                                                                                                     0.8s
------                                                                                                                                                                                                                                                                                               
 > [game-of-life-webapp 8/9] RUN go build -o /webapp:                                                                                                                                                                                                                                                
0.733 /go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/[email protected]/client.go:28:2: no required module provides package go.opentelemetry.io/otel/exporters/otlp/internal; to add it:                                                                                         
0.733   go get go.opentelemetry.io/otel/exporters/otlp/internal                                                                                                                                                                                                                                      
0.733 /go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/[email protected]/internal/oconf/envconfig.go:26:2: no required module provides package go.opentelemetry.io/otel/exporters/otlp/internal/envconfig; to add it:                                                                            
0.733   go get go.opentelemetry.io/otel/exporters/otlp/internal/envconfig                                                                                                                                                                                                                            
0.733 /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/[email protected]/runtime.go:24:2: no required module provides package go.opentelemetry.io/otel/metric/global; to add it:
0.733   go get go.opentelemetry.io/otel/metric/global
0.733 /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/[email protected]/runtime.go:25:2: no required module provides package go.opentelemetry.io/otel/metric/instrument; to add it:
0.733   go get go.opentelemetry.io/otel/metric/instrument
------
failed to solve: process "/bin/sh -c go build -o /webapp" did not complete successfully: exit code: 1
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

1 participant