diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c167e9..6148e29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,9 +43,9 @@ jobs: go-version: 1.21 - name: Check linting - run: | - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest - make lint + uses: golangci/golangci-lint-action@v3 + with: + skip-cache: true - name: Run tests run: |