Skip to content

Commit

Permalink
review: realitic Go version and fix test args
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 2, 2024
1 parent 6884970 commit 9b379e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/testdata/spancheck/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module spancheck

go 1.20.0
go 1.20

require (
go.opentelemetry.io/otel v1.21.0
Expand Down
2 changes: 1 addition & 1 deletion test/testdata/spancheck/spancheck.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//golangcitest:config_path configs/enable_all.yml
//golangcitest:args --disable-all -Espancheck
//golangcitest:args -Espancheck
package spancheck

import (
Expand Down

0 comments on commit 9b379e5

Please sign in to comment.