From 653d29d4424441ad82d24b6aae3570eab45e2c9a Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Tue, 22 Aug 2023 01:07:41 +0800 Subject: [PATCH] other: remove depguard and bump golangci-lint (#1077) * remove depguard * bump golangci-lint --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 45e3b3c1d7..56166af86a 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -25,7 +25,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.53.3 + version: v1.54.1 # Optional: working directory, useful for monorepos # working-directory: somedir