We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207eb25 commit 8464a7cCopy full SHA for 8464a7c
.github/workflows/lint-soft.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- uses: actions/checkout@v4
22
- name: golangci-lint
23
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v4
24
with:
25
# Optional: golangci-lint command line arguments.
26
args: --config .golangci-soft.yml --issues-exit-code=0
.github/workflows/lint.yml
#args:
0 commit comments