Skip to content

Commit

Permalink
change moudle
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyamor committed Nov 22, 2023
2 parents a9d8df2 + 4dddf43 commit b02116b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: go mod download

- name: Run tests
run: go test ./..
run: go test -v ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ws-promql-ast
module com.coralogix.opentelemetry-go

go 1.17

Expand Down

0 comments on commit b02116b

Please sign in to comment.