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 (#19680)
This commit is contained in:
parent
91ba48faf3
commit
9656ccbd44
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue