Skip to content

Commit 0d064aa

Browse files
committed
fix: remove lint step from build action
1 parent ff8d3ce commit 0d064aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,3 @@ jobs:
2929
go-version: ${{ env.GO_VERSION }}
3030
- name: go build
3131
run: go build -v ./...
32-
- name: golangci-lint
33-
uses: golangci/golangci-lint-action@v6
34-
with:
35-
version: v1.58

0 commit comments

Comments
 (0)