build: change go.mod version to 1.23.4 to fix win ci builds (#19681)
Ilya Mashchenko committed
Feb 20, 2025 at 11:05 UTC
851a2a6c4c8c407a45383a27a47b59a61d5f4a88
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.6
3
+go 1.23.4
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.23.6
3
+go 1.23.4
4
5
require (
6
github.com/stretchr/testify v1.10.0