From 60c8bc9cb8734f0651737e3b08d062b17fd780d9 Mon Sep 17 00:00:00 2001 From: E99p1ant Date: Wed, 6 Mar 2024 20:02:18 +0800 Subject: [PATCH] ci: update go lint to `4.0.0` --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4375c2d..65cec18 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,13 +22,13 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version: 1.21.x - name: Run golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.49.0 + version: v4.0.0 args: --timeout=10m - name: Check Go module tidiness shell: bash