From 525308d6bdc0b15659a7801b3257032d4fe388e1 Mon Sep 17 00:00:00 2001 From: Ethen Pociask Date: Tue, 20 Aug 2024 14:21:02 -0400 Subject: [PATCH] chore: EigenDA V8 dep bump - bump lint version --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 92a474bd..e229f4f7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,8 +17,7 @@ jobs: - name: golangci-lint 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.52.1 + version: v6.1.0 go-sec: runs-on: ubuntu-latest