Skip to content

Commit 4014bfd

Browse files
committed
Fix outdated linter configuration
The `deadline` configuration was replaced by `timeout`. Also hard-coding the linter version to keep consistent checks.
1 parent 2d4e7c6 commit 4014bfd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Lint
1313
uses: golangci/golangci-lint-action@v6
1414
with:
15+
version: v1.64
1516
only-new-issues: true
1617

1718
test:

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
deadline: 240s
2+
timeout: 240s
33
tests: true
44

55
linters:

0 commit comments

Comments
 (0)