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