We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bb350 commit 77c3a54Copy full SHA for 77c3a54
.github/workflows/golangci-lint.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: golangci-lint
16
- uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc # v5.1.0
+ uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
17
with:
18
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
19
version: v1.42.1
0 commit comments