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

vocdoni / saas-backend / 29398189696
62%

Build:
DEFAULT BRANCH: main
Ran 15 Jul 2026 07:50AM UTC
Jobs 1
Files 125
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

15 Jul 2026 07:41AM UTC coverage: 62.165%. Remained the same
29398189696

push

github

web-flow
ci: derive Go version from go.mod for docker build and swagger (#576)

* ci: derive Go version from go.mod for docker build and swagger

PR #571 raised go.mod to go 1.26.1, but the docker image build (Dockerfile
builder stage) and the swagger job still pinned Go 1.24, so `go build` failed
with "go.mod requires go >= 1.26.1" and the docker publish broke.

Source the Go version from go.mod everywhere:
- Dockerfile: FROM golang:${GOLANG_VERSION} (ARG default 1.26.1).
- main.yml docker-release: read go.mod's version and pass it as a build-arg.
- swag.yml: use go-version-file: go.mod instead of a pinned version.

* ci: address review — validate go.mod version, drop Dockerfile ARG default

- main.yml: parse the Go version with a single awk and fail with a clear error
  if it's empty, instead of silently passing an empty build-arg.
- Dockerfile: drop the ARG GOLANG_VERSION default so the version has a single
  source (go.mod, via the build-arg); a missing arg now fails fast. The prod
  Dockerfile is CI-only (docker-compose uses dev.dockerfile), so no local build
  relies on the default.

11493 of 18488 relevant lines covered (62.16%)

44.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29398189696.1 15 Jul 2026 07:50AM UTC 125
62.16
GitHub Action Run
Source Files on build 29398189696
  • Tree
  • List 125
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e2a3a166 on github
  • Prev Build on main (#29349677713)
  • Next Build on main (#29497476278)
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