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

happy-sdk / happy / 28123499223
66%

Build:
DEFAULT BRANCH: main
Ran 24 Jun 2026 07:21PM UTC
Jobs 0
Files 0
Run time –
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

pending completion
28123499223

push

github

mkungla
ci(lint): install golangci-lint via go install instead of broken install.sh

Pinning the version did not fix the checksum failure because the bug is
not version- or CDN-related: install.sh's hash_sha256_verify() does
`grep "${BASENAME}" "${checksums}"` where BASENAME is the bare tar.gz
filename. Since that filename is a literal substring of the
*.tar.gz.sbom.json asset's name, the grep matches both checksum lines,
so `want` becomes a two-line string and the comparison against the
single-line computed hash always fails - regardless of which release is
requested. This affects any golangci-lint release that ships an sbom.json
asset alongside the tarball, which is now the default.

Switch to `go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@version`,
matching how gohappy is already installed two steps below. This sidesteps
the broken checksum lookup entirely and relies on the Go module checksum
database instead.
Source Files on build 28123499223
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #28123499223
  • e4caff2a on github
  • Prev Build on main (#19905889558)
  • Next Build on main (#28124156175)
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