From e112f8ff4670931548189efa08374b9372ee2dc5 Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Sun, 11 Feb 2024 04:35:08 +0000 Subject: [PATCH] Update golangci-lint to v1.57.1 Signed-off-by: Austin Vazquez --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f86440e5..8c3cd9d0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: - uses: golangci/golangci-lint-action@v4 with: args: --verbose - version: v1.54 + version: v1.57.1 build: name: Build all linux architectures needs: lint