We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7755716 + d083a7a commit ce20d2cCopy full SHA for ce20d2c
1 file changed
.github/workflows/checks.yaml
@@ -25,6 +25,6 @@ jobs:
25
cache: false
26
- uses: actions/checkout@v4
27
- name: lint
28
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
29
with:
30
version: ${{ env.GOLANG_CI_VERSION }}
0 commit comments