Skip to content

Commit 58a9751

Browse files
committed
misc: update to go version 1.25.7 (fixes found vulnerabilities)
1 parent 3ced9e8 commit 58a9751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v6
2323
with:
24-
go-version: 1.25.5
24+
go-version: 1.25.7
2525

2626
- name: Check licenses and vulnerabilities
2727
run: make check

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-Community/mcp-vmanomaly
22

3-
go 1.25.5
3+
go 1.25.7
44

55
require (
66
github.com/VictoriaMetrics/metrics v1.40.2

0 commit comments

Comments
 (0)