We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaac45e commit 733f3b7Copy full SHA for 733f3b7
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
jobs:
3
build:
4
docker:
5
- - image: circleci/golang:1.13
+ - image: circleci/golang:1.15
6
7
environment:
8
TEST_RESULTS: /tmp/test-results # path to where test results will be saved
exporters/metric/cortex/cortex_test.go
@@ -70,7 +70,7 @@ var mockTime int64 = time.Time{}.Unix()
70
71
func TestExportKindFor(t *testing.T) {
72
exporter := Exporter{}
73
- got := exporter.ExportKindFor(nil, aggregation.Kind(0))
+ got := exporter.ExportKindFor(nil, aggregation.Kind(rune(0)))
74
want := metric.CumulativeExporter
75
76
if got != want {
0 commit comments