fix(ci): Make CI happy

This commit is contained in:
RussellLuo
2026-03-23 09:29:17 +08:00
parent 7f163658c9
commit 74a9dcaa5c
5 changed files with 38 additions and 23 deletions
+4 -1
View File
@@ -23,10 +23,13 @@ jobs:
uses: golangci/golangci-lint-action@v9
with:
version: v2.10.1
args: --build-tags=goolm,stdjson
vuln_check:
name: Security Check
runs-on: ubuntu-latest
env:
GOFLAGS: -tags=goolm,stdjson
steps:
- name: Checkout
uses: actions/checkout@v6
@@ -59,4 +62,4 @@ jobs:
run: go generate ./...
- name: Run go test
run: go test ./...
run: go test -tags goolm,stdjson ./...