From 5b94f7dab3a05a44eb3d430448290cdd82217689 Mon Sep 17 00:00:00 2001 From: Ryan Currah Date: Sat, 29 Jun 2024 14:50:59 -0400 Subject: [PATCH] chore: use latest golnagci-lint action --- .github/workflows/go.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 38e020a..51561cc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,11 +33,9 @@ jobs: run: make build - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 with: version: latest - skip-build-cache: true - skip-pkg-cache: true - name: Test run: make test