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

MapColonies / shigola / 6bec41a1f
48%
master: 44%

Build:
Build:
LAST BUILD BRANCH: refactor/remove-unsupported-providers
DEFAULT BRANCH: master
Ran 25 Aug 2026 07:16AM UTC
Jobs 1
Files 203
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

25 Aug 2026 07:12AM UTC coverage: 47.662%. First build
6bec41a1f

Pull #4

github

NivGreenstein
fix(build): track the go.mod toolchain in the image and lambda builds

go.mod moved to go 1.26.6 and sets no toolchain directive, so a lower Go fails
with "go.mod requires go >= 1.26.6" rather than fetching one -- and the build
image sets GOTOOLCHAIN=local. The release Dockerfile pinned golang:1.26.2 and
broke the Docker build; the amazon-linux action pinned the same version and
would have broken both lambda jobs on the next release.

The action verifies a pinned checksum, so the tarball hash moves with it:
708effb7...feef89, from https://go.dev/dl and confirmed against the downloaded
tarball.

Three files now hardcode this version and nothing ties them to go.mod. A
toolchain directive would make them self-healing, but it changes module
semantics for consumers, so that belongs in its own ticket.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Pull Request #4: fix: land the stranded dependency-update branch (MAPCO-11478)

9610 of 20163 relevant lines covered (47.66%)

205.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6bec41a1f.1 25 Aug 2026 07:16AM UTC 203
47.66
GitHub Action Run
Source Files on build 6bec41a1f
  • Tree
  • List 203
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #4
  • Next Build on fix/land-ci-dependency-updates (#041059A43)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc