diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cb45e9..6904d68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Golangci-lint uses: golangci/golangci-lint-action@v9.3.0 with: - version: v2.13.1 + version: v2.13.2 - name: Run unit tests run: go test ./... - name: GoReleaser Build Snapshot