Skip to content

Commit

Permalink
ci: fix dagger go.work
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed May 7, 2024
1 parent 6a23bea commit 887a7b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ci/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ require (
google.golang.org/grpc v1.62.1
google.golang.org/protobuf v1.33.0 // indirect
)

replace go.opentelemetry.io/otel/trace => go.opentelemetry.io/otel/trace v1.24.0
4 changes: 3 additions & 1 deletion dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
".devenv",
".direnv",
"api/client/node/node_modules",
"tmp"
"tmp",
"go.work",
"go.work.sum"
],
"dependencies": [
{
Expand Down

0 comments on commit 887a7b3

Please sign in to comment.