Skip to content

Commit 3539e7a

Browse files
committed
github action: improve
1 parent 37d0bf2 commit 3539e7a

File tree

2 files changed

+2
-48
lines changed

2 files changed

+2
-48
lines changed

.github/workflows/codeql.yaml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
uses: golangci/golangci-lint-action@v2
2121
with:
2222
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
23-
version: v1.43
23+
version: v1.43.0
24+
args: --timeout 3m0s
2425

2526
# Optional: working directory, useful for monorepos
2627
# working-directory: somedir

0 commit comments

Comments
 (0)