Skip to content

Commit

Permalink
fix(build): Temporarily remove otel module when building in GOPATH mo…
Browse files Browse the repository at this point in the history
…de (#615)
  • Loading branch information
tonyo committed Mar 30, 2023
1 parent a97bb8b commit 6daa1fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -109,6 +109,10 @@ jobs:
# Iris requires Module mode, therefore we delete the relevant code to
# skip testing it in GOPATH mode.
rm -vrf ./iris/ ./_examples/iris/
# OTel module cannot be built right now with Go 1.18 because the latest "main" of
# opentelemetry-go use Go 1.19 features.
rm -vrf ./otel/
- name: Download Dependencies
run: go get -d -t -v ./...
- name: Build
Expand Down

0 comments on commit 6daa1fa

Please sign in to comment.