upgrade CI to use Go 1.26.0

This commit is contained in:
Ryan Richard
2026-02-11 12:24:14 -08:00
parent 370487be59
commit a62391c12b
20 changed files with 20 additions and 20 deletions

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.25.6
FROM golang:1.26.0
COPY --from=builder /tmp/bin/gh /usr/local/bin/gh