Skip to content

Commit 3592040

Browse files
authored
update Go version from 1.25.0 to 1.25.4 to fix CVE-2025-58187 (#476)
* Update Go version from 1.25.0 to 1.25.4 * update misl toml go version
1 parent 6d33113 commit 3592040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/VictoriaMetrics/victorialogs-datasource
22

3-
go 1.25.0
3+
go 1.25.4
44

55
require (
66
github.com/VictoriaMetrics/metricsql v0.84.4

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
go = "1.25.0"
2+
go = "1.25.4"
33
node = "24.11.1"

0 commit comments

Comments
 (0)