diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fe643f..d1b21d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.11.3 + version: v2.11.4 # Verify the project compiles. Cross-platform builds are handled by # GoReleaser at release time, so a single-platform check suffices here.