From 78a84497b584959977927836dfecb1bf80c07863 Mon Sep 17 00:00:00 2001 From: Redmomn <109732988+Redmomn@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:29:52 +0800 Subject: [PATCH] chore: fix test & lint --- .github/workflows/test_and_lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index dbd844f..bec5791 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -27,6 +27,7 @@ jobs: with: go-version: '^1.23' cache: false + - run: go get - run: go test -v -race ./... lint: