From 35f931ba908fc3ea8cf856643dfaf5081b0b2b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilson=20J=C3=BAnior?= Date: Thu, 6 Jun 2024 11:00:49 -0300 Subject: [PATCH] Update lint --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3f700138..75e31909 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,9 +10,10 @@ jobs: - uses: actions/setup-go@v3 with: go-version: "1.21" - - uses: golangci/golangci-lint-action@v3 + - uses: golangci/golangci-lint-action@v6 with: - version: v1.58 + version: v1.59 + args: --timeout=10m - run: make test integration: