Skip to content

Fix CI build failure: replace golang:1.26-trixie with golang:1.26-bookworm - #48

Draft
infinityofspace with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-failing-github-actions-job
Draft

Fix CI build failure: replace golang:1.26-trixie with golang:1.26-bookworm#48
infinityofspace with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-failing-github-actions-job

Conversation

Copilot AI commented Aug 16, 2026

Copy link
Copy Markdown

The nightly build CI job broke after the base image was updated to golang:1.26-trixie. The Debian Trixie variant ships with a CA certificate policy that rejects GitHub's certificate chain, causing every git clone step to fail immediately:

fatal: unable to access 'https://github.com/rclone/rclone.git/': server verification failed:
certificate signer not trusted. (CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none)

Change

  • Dockerfile: Replace golang:1.26-trixie with golang:1.26-bookworm — retains the Go 1.26 upgrade while using the stable Debian Bookworm base whose CA bundle is consistent with the previously working golang:1.25-bookworm.

…L certificate issue

Co-authored-by: infinityofspace <30715462+infinityofspace@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix the failing GitHub Actions job build Fix CI build failure: replace golang:1.26-trixie with golang:1.26-bookworm Aug 16, 2026
Copilot AI requested a review from infinityofspace August 16, 2026 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants