Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Mar 3, 2025
1 parent 4f3e74e commit e7171ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
verify: false
version: latest
- name: Dependency Licenses Review
run: make check-dependency-licenses
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# SPDX-License-Identifier: Apache-2.0

run:
timeout: 3m # 1m by default
timeout: 3m0s # 1m by default
modules-download-mode: readonly

output:
Expand Down

0 comments on commit e7171ce

Please sign in to comment.