Skip to content

Commit ef0e7b5

Browse files
committed
Update golangci-lint version in GH actions
1 parent 634cccf commit ef0e7b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: golangci/golangci-lint-action@v7
3636
with:
3737
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
38-
version: v2.0.2
38+
version: v2.11.4
3939

4040
# Give the job more time to execute.
4141
# Regarding `--whole-files`, the linter is supposed to support linting of changed a patch only but,

0 commit comments

Comments
 (0)