Skip to content

Commit 0c75b9a

Browse files
authored
Merge pull request #1330 from pankona/fix-golangci-lint-ci
Fix failing golangci-lint in CI
2 parents 7b97a5a + 30a9323 commit 0c75b9a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/hashira-cui--test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
with:
4242
go-version-file: "go.mod"
4343
cache-dependency-path: "go.sum"
44-
- uses: golangci/golangci-lint-action@v6
44+
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
4545
with:
4646
version: v1.63.4

.golangci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
skip-dirs:
2-
- service
3-
- hashira-web/
1+
issues:
2+
exclude-dirs:
3+
- service
4+
- hashira-web/

0 commit comments

Comments
 (0)