Skip to content

Commit

Permalink
Update .github/workflows/scan-lint.yml
Browse files Browse the repository at this point in the history
Co-authored-by: razzle <harry@razzle.cloud>
  • Loading branch information
phillebaba and Noxsios committed May 15, 2024
1 parent b01b363 commit 1dcc18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/scan-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.1
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
timeout: 3m
timeout: 5m
linters:
disable-all: true
enable:
Expand Down

0 comments on commit 1dcc18d

Please sign in to comment.