From 064064f7214ebfe75a019e6534b92f1ce709065e Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 1 May 2024 22:39:54 +0800 Subject: [PATCH] ci: update Go workflow linting action to v5 - 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: