Skip to content

Commit fbc713d

Browse files
chore: upgrade to Go 1.26.2
1 parent f9befe3 commit fbc713d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/influxdata/influxdb
22

3-
go 1.24.0
3+
go 1.26
44

5-
toolchain go1.24.13
5+
toolchain go1.26.2
66

77
require (
88
collectd.org v0.3.0

monitor/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func TestMonitor_StoreStatistics(t *testing.T) {
109109
}
110110
if spec.ReplicaN != nil {
111111
if got, want := *spec.ReplicaN, monitor.MonitorRetentionPolicyReplicaN; got != want {
112-
t.Errorf("unexpected replica number: got=%q want=%q", got, want)
112+
t.Errorf("unexpected replica number: got=%d want=%d", got, want)
113113
}
114114
} else {
115115
t.Error("expected replica number in retention policy spec")

0 commit comments

Comments
 (0)