Skip to content

Commit f6ab066

Browse files
authored
Fix CI/CD Pipeline for Binaries (#192)
1 parent 9d60e58 commit f6ab066

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/continuous-delivery-binaries.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424

2525
- name: Lint
2626
uses: golangci/golangci-lint-action@v7
27-
with:
28-
args: --config=./.github/golangci.yaml
29-
skip-cache: true
3027

3128
- name: Test
3229
run: go test ./...

0 commit comments

Comments
 (0)