upgrade CI to use Go 1.24.0 everywhere

This commit is contained in:
Ryan Richard
2025-02-14 13:18:15 -08:00
parent aa258f1991
commit 1ed53cf630
17 changed files with 17 additions and 17 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.23.6
FROM golang:1.24.0
COPY --from=builder /tmp/bin/gh /usr/local/bin/gh