We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21d0ec commit b6fe66fCopy full SHA for b6fe66f
.github/workflows/golangci-lint.yaml
@@ -21,7 +21,7 @@ jobs:
21
go-version: '1.23.x'
22
- uses: actions/checkout@v4
23
- name: golangci-lint
24
- uses: golangci/[email protected].0
+ uses: golangci/[email protected].1
25
with:
26
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
27
version: v1.50.1
0 commit comments