• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

elastic / cloudbeat / 25198148236
76%
main: 76%

Build:
Build:
LAST BUILD BRANCH: renovate/main-go-version
DEFAULT BRANCH: main
Ran 01 May 2026 01:54AM UTC
Jobs 1
Files 230
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 May 2026 01:38AM UTC coverage: 76.228%. Remained the same
25198148236

push

github

web-flow
revert(deps): downgrade github.com/go-json-experiment/json (9.3) (#5849)

## Summary

Reverts Renovate PR #5797 which bumped
`github.com/go-json-experiment/json` from
`v0.0.0-20251027170946-4849db3c2f7e` to
`v0.0.0-20260430182902-b6187a392ed4`.

The new version **removed the `SkipFunc` exported symbol**, breaking all
packaging builds on 9.3:

```
trivy@v0.66.0/pkg/x/json/json.go:109:16: undefined: json.SkipFunc
```

**Root cause:** The CI cross-build uses `GOFLAGS=-mod=readonly` which
bypasses `vendor/` and resolves to the new broken version from the
module cache. `trivy v0.66.0` (used on 9.3) calls `json.SkipFunc` from
this package.

**Fix:** Pins `go-json-experiment/json` back to
`v0.0.0-20251027170946-4849db3c2f7e` — the version that has `SkipFunc`
and is proven stable. This matches what the `9.4` branch uses.

## Test plan

- [ ] Packaging build (`mage package`) passes on linux/amd64
- [ ] Packaging build passes on linux/arm64

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

9649 of 12658 relevant lines covered (76.23%)

16.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25198148236.1 01 May 2026 01:54AM UTC 230
76.23
GitHub Action Run
Source Files on build 25198148236
  • Tree
  • List 230
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d4fde21f on github
  • Prev Build on 9.3 (#25192608998)
  • Next Build on 9.3 (#25199526318)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc