We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4007b commit dcb7d40Copy full SHA for dcb7d40
.github/workflows/lint.yml
@@ -22,7 +22,7 @@ jobs:
22
go-version: '1.19'
23
- uses: actions/checkout@v4
24
- name: golangci-lint
25
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v4
26
with:
27
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
28
version: latest
0 commit comments