Skip to content

Commit f6e97b1

Browse files
authored
chore: Bump linter and fix CI (#14)
* chore: bump linter version * chore: remove dependabot docker config
1 parent ffd3530 commit f6e97b1

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ updates:
99
reviewers:
1010
- "xBlaz3kx"
1111

12-
- package-ecosystem: "docker"
13-
directory: "/build/package/"
14-
schedule:
15-
interval: "weekly"
16-
assignees:
17-
- "xBlaz3kx"
18-
reviewers:
19-
- "xBlaz3kx"
20-
2112
- package-ecosystem: "gomod"
2213
directory: "/"
2314
schedule:

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
go-version: 1.22.1
3333

3434
- name: golangci-lint
35-
uses: golangci/golangci-lint-action@v6
35+
uses: golangci/golangci-lint-action@v7
3636
with:
3737
version: latest
38-
args: --timeout=2m
38+
args: --timeout=3m
3939
skip-cache: false

0 commit comments

Comments
 (0)