From 931b5681b7e6bf3b0ae03f2c26b87754c27cc7c5 Mon Sep 17 00:00:00 2001 From: barry Date: Sun, 10 May 2026 12:58:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20CI=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=9A=E8=B0=83=E6=95=B4=20Go=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=EF=BC=8C=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=20golangci-lint=20=E7=89=88=E6=9C=AC=E5=B9=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-quick.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-quick.yml b/.github/workflows/ci-quick.yml index d40c563..0e81d3f 100644 --- a/.github/workflows/ci-quick.yml +++ b/.github/workflows/ci-quick.yml @@ -40,9 +40,10 @@ jobs: fi - name: Run unit/build checks - run: go test ./... + run: GOWORK=off go test ./... - name: Run golangci-lint - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v8 with: - version: latest + version: v2.11.3 + args: --verbose --allow-serial-runners ./... From d9a7ca5f091e54472fb8864d8b42929a8bf735c3 Mon Sep 17 00:00:00 2001 From: barry Date: Sun, 10 May 2026 17:03:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=EF=BC=9A=E5=B0=86=20github.com/pubgo/redant=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=BB=8E=20v0.4.0-beta.1=20=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=88=B0=20v0.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 45ff5c0..c71a172 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/pubgo/logseq-cli go 1.26.1 -require github.com/pubgo/redant v0.4.0-beta.1 +require github.com/pubgo/redant v0.4.0 require ( github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect diff --git a/go.sum b/go.sum index d372653..5139a24 100644 --- a/go.sum +++ b/go.sum @@ -25,8 +25,8 @@ github.com/modelcontextprotocol/go-sdk v1.4.1 h1:M4x9GyIPj+HoIlHNGpK2hq5o3BFhC+7 github.com/modelcontextprotocol/go-sdk v1.4.1/go.mod h1:Bo/mS87hPQqHSRkMv4dQq1XCu6zv4INdXnFZabkNU6s= github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc= github.com/muesli/termenv v0.16.0/go.mod h1:ZRfOIKPFDYQoDFF4Olj7/QJbW60Ol/kL1pU3VfY/Cnk= -github.com/pubgo/redant v0.4.0-beta.1 h1:BNHT4gsGJYifzvqiN00i5UNmyV0FS5XCnETXo2VL+80= -github.com/pubgo/redant v0.4.0-beta.1/go.mod h1:pJXH/Im4+1yrUO7AmmQ5lspYzjfKWyW4bCiLg6B41pk= +github.com/pubgo/redant v0.4.0 h1:HLKANgeXG7SOhiLxUvZNVNGjNPCJPWvZQtYyKZEgSqw= +github.com/pubgo/redant v0.4.0/go.mod h1:pJXH/Im4+1yrUO7AmmQ5lspYzjfKWyW4bCiLg6B41pk= github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88= github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=