From f39474f9f5b099d1aaea6302c8bbb0c9f189e4ea Mon Sep 17 00:00:00 2001 From: c9s Date: Mon, 11 Dec 2023 22:01:05 +0800 Subject: [PATCH] github: upgrade golang linter to v1.54 --- .github/workflows/golang-lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golang-lint.yml b/.github/workflows/golang-lint.yml index 420724cb7..326e2c5b7 100644 --- a/.github/workflows/golang-lint.yml +++ b/.github/workflows/golang-lint.yml @@ -12,11 +12,11 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: - go-version: 1.18 + go-version: 1.21 - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.46.2 + version: v1.54