Skip to content

Commit 3cbfe99

Browse files
authored
chore: bump linter (#121)
1 parent 9a5adba commit 3cbfe99

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: gomod
44
directory: "/"
55
schedule:
6-
interval: weekly
6+
interval: monthly
77
groups:
88
all:
99
patterns:
@@ -12,7 +12,7 @@ updates:
1212
- package-ecosystem: "github-actions"
1313
directory: "/"
1414
schedule:
15-
interval: weekly
15+
interval: monthly
1616
groups:
1717
all:
1818
patterns:

.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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
go-version: [ "1.25", "1.26" ]
1414
runs-on: ubuntu-latest
1515
env:
16-
GOLANGCI_LINT_VERSION: v2.9.0
16+
GOLANGCI_LINT_VERSION: v2.11.3
1717

1818
steps:
1919
- name: Checkout code

0 commit comments

Comments
 (0)