Skip to content

Commit 569df35

Browse files
committed
Remove golangci-lint from CI
1 parent d793e9e commit 569df35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Test
2424
run: go test -v ./...
2525

26-
- name: golangci-lint
27-
uses: golangci/golangci-lint-action@v3
28-
with:
29-
version: v1.35.2
26+
# - name: golangci-lint
27+
# uses: golangci/golangci-lint-action@v3
28+
# with:
29+
# version: v1.35.2

0 commit comments

Comments
 (0)