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

sha1n / go-template / 27929229626
59%

Build:
DEFAULT BRANCH: master
Ran 22 Jun 2026 04:18AM UTC
Jobs 1
Files 2
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

22 Jun 2026 04:18AM UTC coverage: 12.5%. Remained the same
27929229626

push

github

sha1n
ci: pin Go via go-version-file to fix covdata toolchain failure

The CI "Go" job failed with `go: no such tool "covdata"` on the
generated, test-free `generated/example` package.

Root cause: setup-go installed Go 1.21, but `make install` runs
`go get .../grpc/cmd/protoc-gen-go-grpc`, which bumps the go.mod `go`
directive to 1.25.0. With GOTOOLCHAIN=auto the test step then switches
up to an auto-downloaded go1.25 toolchain, triggering golang/go#75031:
`go test -cover` on a package with no test files cannot locate the
covdata tool when the toolchain has been switched.

Fix: declare the real module floor (go 1.25.0) and drive setup-go from
go.mod via go-version-file in both workflows, so the installed toolchain
already satisfies the requirement and no switch occurs.

Refs: https://github.com/golang/go/issues/75031

3 of 24 relevant lines covered (12.5%)

0.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27929229626.1 22 Jun 2026 04:18AM UTC 2
12.5
GitHub Action Run
Source Files on build 27929229626
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27929229626
  • aa8b16ae on github
  • Prev Build on master (#23130631311)
  • Next Build on master (#27929798987)
  • Delete
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