@cryptotaxi247 / netdata-1 / commits / 9656ccbd4

build: change go.mod version to 1.23.6 (#19680)

Ilya Mashchenko committed Feb 19, 2025 at 22:07 UTC 9656ccbd441c60d85e6102479f27df768ccaa8e6
2 files changed +2 -2
src/go/go.mod
+1 -1
@@ -1,6 +1,6 @@
1 module github.com/netdata/netdata/go/plugins
2
3 -go 1.23.2
3 +go 1.23.6
4
5 replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.50.1
6
src/go/otel-collector/exporter/journaldexporter/go.mod
+1 -1
@@ -1,6 +1,6 @@
1 module github.com/netdata/netdata/otel-collector/exporter/journaldexporter
2
3 -go 1.24.0
3 +go 1.23.6
4
5 require (
6 github.com/stretchr/testify v1.10.0