bump several CI deps, including Go to 1.26.2

This commit is contained in:
Ryan Richard
2026-04-20 10:10:00 -07:00
parent 1967353213
commit 3704148e6e
24 changed files with 35 additions and 35 deletions
+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.1
FROM golang:1.26.2
COPY --from=builder /tmp/bin/gh /usr/local/bin/gh