diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9127ca9..eee4088 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.12.2 + version: v2.13.1 - name: Run unit tests run: go test ./... - name: GoReleaser Build Snapshot