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.
2 parents 7b97a5a + 30a9323 commit 0c75b9aCopy full SHA for 0c75b9a
.github/workflows/hashira-cui--test.yml
@@ -41,6 +41,6 @@ jobs:
41
with:
42
go-version-file: "go.mod"
43
cache-dependency-path: "go.sum"
44
- - uses: golangci/golangci-lint-action@v6
+ - uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
45
46
version: v1.63.4
.golangci.yml
@@ -1,3 +1,4 @@
1
-skip-dirs:
2
- - service
3
- - hashira-web/
+issues:
+ exclude-dirs:
+ - service
4
+ - hashira-web/
0 commit comments