diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 2f10ea5..8232344 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -25,10 +25,7 @@ jobs: ${{ runner.os }}-go- - name: golangci-lint - uses: golangci/golangci-lint-action@v1 - with: - # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.30 + uses: golangci/golangci-lint-action@v2 test: name: Test