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 69f3478 commit cd018e9Copy full SHA for cd018e9
.github/workflows/tests.yaml
@@ -226,7 +226,7 @@ jobs:
226
go-version: '1.21'
227
check-latest: true
228
- name: golangci-lint
229
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
+ uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc # v5.1.0
230
with:
231
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
232
version: v1.56
0 commit comments