Skip to content

Commit c66097f

Browse files
committed
fix pipelines - goci and ci-pipeline
1 parent 90bde11 commit c66097f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci-pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ jobs:
105105
uses: golangci/golangci-lint-action@v6
106106
with:
107107
version: ${{ env.GO_LINT_VERSION }}
108-
skip-go-installation: true
109108
args: --timeout 3m --verbose api/...
110109

111110
- name: Run Integration Test

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
run:
22
build-tags:
33
- integration
4-
skip-dirs:
5-
- api/client
4+
skip-dirs:
5+
- api/client
66

77
linters:
88
enable:

0 commit comments

Comments
 (0)