From 3399be0da1bd11ce339a77782d2926863fdcd5e4 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 5 May 2024 10:19:40 +0800 Subject: [PATCH] ci: refactor CI workflow and improve tests - Update the golangci-lint action version from `v4` to `v5` in the GitHub workflow for Go. Signed-off-by: Bo-Yi Wu --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 62bf91f..b3e8d89 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: go-version-file: go.mod check-latest: true - name: Setup golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: args: --verbose test: