Compare commits
2 Commits
9b89c45fef
...
78ef79e48d
| Author | SHA1 | Date | |
|---|---|---|---|
| 78ef79e48d | |||
| d79370a8bb |
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -132,9 +132,9 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Install golangci-lint
|
||||
run: |
|
||||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
||||
echo "$HOME/go/bin" >> $GITHUB_PATH
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v2
|
||||
|
||||
- name: Run linters
|
||||
run: make lint
|
||||
|
||||
@@ -182,4 +182,3 @@ func TestGateway_matchRoute(t *testing.T) {
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -517,4 +517,3 @@ func TestGateway_handleGRPCError(t *testing.T) {
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -239,4 +239,3 @@ func joinHash(parts []string) string {
|
||||
}
|
||||
return result
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user