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

valksor / traefik-conditional-headers / 28839377147
100%

Build:
DEFAULT BRANCH: master
Ran 07 Jul 2026 03:34AM UTC
Jobs 1
Files 1
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

07 Jul 2026 03:28AM UTC coverage: 100.0%. Remained the same
28839377147

push

github

k0d3r1s
Install golangci-lint and yaegi via go install, not curl|sh

CI's "Install golangci-lint" step failed checksum verification for v2.12.2:
the install.sh fetched from golangci-lint's mutable master branch has a
parsing bug and compared the tarball against the .sbom.json asset's hash.
Verified benign: the release's published checksums.txt lists the tarball as
8df580d… (exactly what was downloaded), while fd3a137… is the .sbom.json
hash — the downloaded artifact is authentic, no tampering.

Replace both curl|sh installers (golangci-lint and yaegi) with pinned
`go install` from the Go module proxy, matching kvelmo. This fixes the
failure and routes installs through proxy.golang.org + sum.golang.org
instead of a mutable-master shell pipe. CGO_ENABLED=0 is scoped to these
steps so neither from-source build needs a C toolchain on the runner
(job-level CGO_ENABLED=1, needed by go test -race, is untouched).

Update the README Development Setup golangci-lint one-liner to the same
go install command so local dev doesn't hit the identical checksum failure.

Verified locally: both installs succeed under CGO_ENABLED=0, golangci-lint
reports 2.12.2, make and make yaegi_test pass, actionlint clean.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Cp1SDaNNs1WahgRvapN1rH

48 of 48 relevant lines covered (100.0%)

9052.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28839377147.1 07 Jul 2026 03:34AM UTC 1
100.0
GitHub Action Run
Source Files on build 28839377147
  • Tree
  • List 1
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • da33bad8 on github
  • Prev Build on master (#19992302080)
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