Skip to content

build: bump golang from 1.26.5-alpine3.23 to 1.27rc2-alpine3.23 in /gestaltd - #3095

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/gestaltd/golang-1.27rc2-alpine3.23
Open

build: bump golang from 1.26.5-alpine3.23 to 1.27rc2-alpine3.23 in /gestaltd#3095
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/gestaltd/golang-1.27rc2-alpine3.23

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2026

Copy link
Copy Markdown
Contributor

Bumps golang from 1.26.5-alpine3.23 to 1.27rc2-alpine3.23.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps golang from 1.26.5-alpine3.23 to 1.27rc2-alpine3.23.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.27rc2-alpine3.23
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Aug 15, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 15, 2026 13:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Aug 15, 2026
@cursor

cursor Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

PR Summary

Cursor Bugbot is generating a summary for commit 62dc388. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 62dc388. Configure here.

Comment thread gestaltd/Dockerfile
ARG GESTALT_URL=https://hub.docker.com/r/valontechnologies/gestaltd

FROM --platform=$BUILDPLATFORM golang:1.26.5-alpine3.23@sha256:622e56dbc11a8cfe87cafa2331e9a201877271cbff918af53d3be315f3da88cc AS build-binary
FROM --platform=$BUILDPLATFORM golang:1.27rc2-alpine3.23@sha256:f12c2dc8d14504742f545658e8e49e09e545f2e396788b49797c8052f53434ba AS build-binary

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pre-release Go for production builds

High Severity

This Dependabot bump replaces stable golang:1.26.5-alpine3.23 with golang:1.27rc2-alpine3.23, a release candidate. The alpine CD path builds via the alpine target, which compiles in build-binary, while CI and go.mod still pin Go 1.26.5—so published alpine images can ship binaries built with an unreleased toolchain that tests never exercise. Go 1.27 is not stable yet; the current stable line is 1.26.x.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 62dc388. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants