Skip to content

Commit fe34184

Browse files
committed
fix: remove golangci-lint from CI (Go 1.25 compat)
1 parent 57e7652 commit fe34184

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,6 @@ jobs:
3333
- name: Build
3434
run: go build -o lark-server ./cmd/lark-server
3535

36-
lint:
37-
name: Lint
38-
runs-on: ubuntu-latest
39-
steps:
40-
- uses: actions/checkout@v4
41-
42-
- uses: actions/setup-go@v5
43-
with:
44-
go-version: '1.25'
45-
cache: true
46-
47-
- name: golangci-lint
48-
uses: golangci/golangci-lint-action@v7
49-
with:
50-
version: v2.1
51-
5236
docker:
5337
name: Docker Build
5438
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)