mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-13 03:24:25 +00:00
update CI to use golang 1.26.7
Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
@@ -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.6
|
||||
FROM golang:1.26.7
|
||||
COPY --from=builder /tmp/bin/gh /usr/local/bin/gh
|
||||
|
||||
Reference in New Issue
Block a user