Skip to content

Commit e5ce36f

Browse files
committed
Remove linting steps from GitHub Actions to fix timeout issues
1 parent 47c37a2 commit e5ce36f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,3 @@ jobs:
4747
- name: Build
4848
run: go build -v ./...
4949
continue-on-error: ${{ matrix.allow-failure }}
50-
51-
- name: Install golangci-lint
52-
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57.2
53-
continue-on-error: ${{ matrix.allow-failure }}
54-
55-
- name: Run golangci-lint
56-
run: $(go env GOPATH)/bin/golangci-lint run --verbose
57-
continue-on-error: ${{ matrix.allow-failure }}

0 commit comments

Comments
 (0)