Skip to content

Commit ecf66bf

Browse files
authored
update go version to 1.24.6 to fix security issue (#311) (#313)
close #310
1 parent 07b1452 commit ecf66bf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

OWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ approvers:
1515
- zhangpeijin-milo
1616
- z2665
1717
- just1900
18+
- XuHuaiyu
19+
- zimulala
20+
- nolouch
21+
- yibin87
1822
reviewers:
1923
- breezewish
2024
- c4pt0r
@@ -28,3 +32,7 @@ reviewers:
2832
- ucjmh
2933
- zhangyangyu
3034
- zhongzc
35+
- XuHuaiyu
36+
- zimulala
37+
- nolouch
38+
- yibin87

go.mod

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

3-
go 1.24.2
3+
go 1.24.6
44

55
require (
66
github.com/BurntSushi/toml v1.3.2

0 commit comments

Comments
 (0)