We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360bf99 commit 4caf426Copy full SHA for 4caf426
.github/workflows/build.yaml
@@ -27,7 +27,7 @@ jobs:
27
working-directory: 'src/aws-type-downloader'
28
run: go build .
29
- name: golangci-lint
30
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
31
with:
32
version: latest
33
0 commit comments