diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54d4961..a2a7071 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4.1.1 - name: Enforce standard format - uses: golangci/golangci-lint-action@v3.7.0 + uses: golangci/golangci-lint-action@v3.7.1 with: version: ${{ env.GOLANGCI_LINT_VERSION }} args: --timeout 3m --enable=gofmt --verbose