We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841b61d commit 26d47cdCopy full SHA for 26d47cd
.github/workflows/go.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Checkout repository
29
uses: actions/checkout@v4
30
- name: Setup golangci-lint
31
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v4
32
with:
33
version: latest
34
args: --verbose
0 commit comments