Skip to content

Commit

Permalink
CI: Try to fix golangci-lint for the bajillionth time
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jul 30, 2023
1 parent 754cac3 commit ce56e61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v3.6.0
with:
version: v1.53.2
skip-cache: true
# args: --config=/.golangci.yml
# working-directory: /
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
run:
tests: false
# # timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 5m
skip-files:
- x/registration/internal/types/reg_keys.go # uses auto generated code
Expand Down

0 comments on commit ce56e61

Please sign in to comment.