diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3124518..1ffb0ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Verify go.mod is sane run: go mod tidy && git diff --no-patch --exit-code - name: Golangci-lint - uses: golangci/golangci-lint-action@v9.0.0 + uses: golangci/golangci-lint-action@v9.1.0 - name: Run unit tests run: go test ./... - name: GoReleaser Build Snapshot