Bump golang from 1.26.5 to 1.27rc2 in /dockerfiles/gh-cli

Bumps golang from 1.26.5 to 1.27rc2.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-08 01:53:14 +00:00
committed by GitHub
parent 0adc3838e0
commit 04860e1ba2
+1 -1
View File
@@ -11,5 +11,5 @@ RUN curl \
https://github.com/cli/cli/releases/download/v2.40.0/gh_2.40.0_linux_amd64.tar.gz \
&& tar -C /tmp --strip-components=1 -xzvf /tmp/gh.tar.gz
FROM golang:1.26.5
FROM golang:1.27rc2
COPY --from=builder /tmp/bin/gh /usr/local/bin/gh