Skip to content

Commit

Permalink
ci: bump golangci-lint to v1.63.4
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <[email protected]>
  • Loading branch information
rolinh committed Jan 6, 2025
1 parent fd6e324 commit 750e140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run static checks
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
with:
version: v1.60.1
version: v1.63.4
# use our .golangci.yml and configure output to be logged in the GHA, in addition to annotating the commit.
# see https://github.com/golangci/golangci-lint-action/issues/119#issuecomment-981090648 for output
args: --config=.golangci.yml --verbose --out-${NO_FUTURE}format colored-line-number
Expand Down
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ linters:
- err113
- errchkjson
- errname
- exptostd
- gocheckcompilerdirectives
- gocritic
- gofmt
Expand Down Expand Up @@ -57,6 +58,7 @@ linters:
- unparam
- unused
- usestdlibvars
- usetesting
- wastedassign
linters-settings:
gocritic:
Expand Down

0 comments on commit 750e140

Please sign in to comment.