Skip to content

Commit a972515

Browse files
committed
fix: vulnerabilities
1 parent 7970a40 commit a972515

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/govulncheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on:
33
branches:
44
- main
55
pull_request:
6-
schedule: # daily at 04:00 UTC
7-
- cron: '0 4 * * *'
6+
schedule: # Monday at 04:00 UTC
7+
- cron: '0 4 * * Mon'
88

99
permissions:
1010
contents: read

go.mod

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

3-
go 1.25.7
3+
go 1.25.8
44

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

0 commit comments

Comments
 (0)