Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Add staggering between identical start and end times (#287)
Browse files Browse the repository at this point in the history
* add staggering between identical start and end times
  • Loading branch information
dashpole authored May 5, 2021
1 parent 5b851ab commit bf9def0
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.12.x
- 1.15.x

go_import_path: contrib.go.opencensus.io/exporter/stackdriver

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module contrib.go.opencensus.io/exporter/stackdriver

go 1.12
go 1.15

require (
cloud.google.com/go v0.75.0
Expand Down
Loading

0 comments on commit bf9def0

Please sign in to comment.