From b0ccb2d6763afe7c5e4974788a581b2e6e36af6b Mon Sep 17 00:00:00 2001 From: Matthew R Kasun Date: Mon, 14 Apr 2025 14:05:49 -0400 Subject: [PATCH] Update golangci-lint-action --- .github/workflows/integrationtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrationtest.yml b/.github/workflows/integrationtest.yml index eafd7ae..d38e4a6 100644 --- a/.github/workflows/integrationtest.yml +++ b/.github/workflows/integrationtest.yml @@ -51,6 +51,6 @@ jobs: with: go-version-file: ./go.mod - name: lint - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v7 with: args: --timeout=5m