0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-26 13:54:48 +00:00

build: change go.mod version to 1.23.6 ()

This commit is contained in:
Ilya Mashchenko 2025-02-19 22:07:53 +02:00 committed by GitHub
parent 91ba48faf3
commit 9656ccbd44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
src/go
go.mod
otel-collector/exporter/journaldexporter

View file

@ -1,6 +1,6 @@
module github.com/netdata/netdata/go/plugins
go 1.23.2
go 1.23.6
replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.50.1

View file

@ -1,6 +1,6 @@
module github.com/netdata/netdata/otel-collector/exporter/journaldexporter
go 1.24.0
go 1.23.6
require (
github.com/stretchr/testify v1.10.0