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

Commit bf9def0

Browse files
authored
Add staggering between identical start and end times (#287)
* add staggering between identical start and end times
1 parent 5b851ab commit bf9def0

File tree

5 files changed

+44
-64
lines changed

5 files changed

+44
-64
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.12.x
4+
- 1.15.x
55

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module contrib.go.opencensus.io/exporter/stackdriver
22

3-
go 1.12
3+
go 1.15
44

55
require (
66
cloud.google.com/go v0.75.0

0 commit comments

Comments
 (0)