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 166b6fa commit a594d07Copy full SHA for a594d07
.github/workflows/golangci-lint.yml
@@ -22,3 +22,4 @@ jobs:
22
uses: golangci/golangci-lint-action@v6
23
with:
24
version: v1.60
25
+ skip-cache: true # go.sum is not created because of no external dependencies
0 commit comments