upgrade CI to use Go 1.24.4

This commit is contained in:
Ryan Richard
2025-07-01 12:24:04 -07:00
parent cfaaffc0a5
commit 51f396d1b3
19 changed files with 19 additions and 19 deletions
@@ -9,6 +9,6 @@ RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
RUN curl -sfLo /tmp/codecov https://uploader.codecov.io/latest/linux/codecov
RUN chmod +x /tmp/codecov
FROM golang:1.24.3
FROM golang:1.24.4
RUN apt-get update -y && apt-get dist-upgrade -y
COPY --from=builder /tmp/codecov /usr/local/bin/codecov
+1 -1
View File
@@ -4,7 +4,7 @@
FROM gcr.io/go-containerregistry/crane as crane
FROM mikefarah/yq:4.45.4 AS yq
FROM golang:1.24.3
FROM golang:1.24.4
COPY --from=yq /usr/bin/yq /usr/local/bin
COPY --from=crane /ko-app/crane /usr/local/bin
ENTRYPOINT ["bash"]
+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.24.3
FROM golang:1.24.4
COPY --from=builder /tmp/bin/gh /usr/local/bin/gh
@@ -36,7 +36,7 @@ RUN google-chrome --version
# Install Go. The download URL that can be used below for any version of Go can be found on https://go.dev/dl/
ENV PATH /usr/local/go/bin:$PATH
RUN curl -fsSL https://go.dev/dl/go1.24.3.linux-amd64.tar.gz -o /tmp/go.tar.gz && \
RUN curl -fsSL https://go.dev/dl/go1.24.4.linux-amd64.tar.gz -o /tmp/go.tar.gz && \
tar -C /usr/local -xzf /tmp/go.tar.gz && \
rm /tmp/go.tar.gz && \
go version
@@ -36,7 +36,7 @@ RUN google-chrome --version
# Install Go. The download URL that can be used below for any version of Go can be found on https://go.dev/dl/
ENV PATH /usr/local/go/bin:$PATH
RUN curl -fsSL https://go.dev/dl/go1.24.3.linux-amd64.tar.gz -o /tmp/go.tar.gz && \
RUN curl -fsSL https://go.dev/dl/go1.24.4.linux-amd64.tar.gz -o /tmp/go.tar.gz && \
tar -C /usr/local -xzf /tmp/go.tar.gz && \
rm /tmp/go.tar.gz && \
go version
+1 -1
View File
@@ -11,7 +11,7 @@ FROM cfssl/cfssl:v1.6.5 as cfssl
# We just need any basic unix with bash, but we can pick the same
# base image that they use, just in case they did any dynamic linking.
FROM golang:1.24.3
FROM golang:1.24.4
# Thier Docerfile https://github.com/cloudflare/cfssl/blob/master/Dockerfile
# calls their Makefile https://github.com/cloudflare/cfssl/blob/master/Makefile
+1 -1
View File
@@ -38,7 +38,7 @@ meta:
# These version numbers should be updated periodically.
codegen-versions: &codegen-versions
# Choose which version of Golang to use in the codegen container images.
BUILD_ARG_GO_VERSION: '1.24.3'
BUILD_ARG_GO_VERSION: '1.24.4'
# Choose which version of sigs.k8s.io/controller-tools/cmd/controller-gen to install
# in the codegen container images.
BUILD_ARG_CONTROLLER_GEN_VERSION: 0.18.0
+1 -1
View File
@@ -585,7 +585,7 @@ jobs:
type: registry-image
source:
repository: golang
tag: '1.24.3'
tag: '1.24.4'
inputs:
- name: pinniped-pr
outputs:
@@ -8,7 +8,7 @@
# test binaries built by this dockerfile are run in a container built by dockerfiles/integration-test-runner/Dockerfile
# which uses google/cloud-sdk as the base image. Mismatching debian versions causes the pinniped-integration-test
# built below to error upon execution complaining that the expected version of GLIBC is not found.
FROM golang:1.24.3-bullseye as build-env
FROM golang:1.24.4-bullseye as build-env
WORKDIR /work
COPY . .
ARG GOPROXY
@@ -10,7 +10,7 @@
# test binaries built by this dockerfile are run in a container built by dockerfiles/integration-test-runner/Dockerfile
# which uses google/cloud-sdk as the base image. Mismatching debian versions causes the pinniped-integration-test
# built below to error upon execution complaining that the expected version of GLIBC is not found.
FROM golang:1.24.3-bullseye as build-env
FROM golang:1.24.4-bullseye as build-env
WORKDIR /work
COPY . .
ARG GOPROXY
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.24.3'
tag: '1.24.4'
inputs:
- name: pinniped
- name: pinniped-ci
@@ -10,6 +10,6 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.24.3'
tag: '1.24.4'
run:
path: pinniped-ci/pipelines/shared-tasks/confirm-built-with-fips/task.sh
@@ -10,7 +10,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.24.3'
tag: '1.24.4'
run:
# Confirm that the correct git sha was baked into the executables and that they log the version as their
# first line of output. Do this by directly running the server binary from the rootfs of the built image.
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.24.3'
tag: '1.24.4'
inputs:
- name: pinniped
- name: pinniped-ci
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.24.3'
tag: '1.24.4'
inputs:
- name: pinniped
- name: pinniped-ci
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.24.3'
tag: '1.24.4'
inputs:
- name: pinniped
- name: pinniped-ci
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.24.3'
tag: '1.24.4'
inputs:
- name: pinniped
- name: pinniped-ci
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.24.3'
tag: '1.24.4'
inputs:
- name: pinniped
- name: pinniped-ci
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.24.3'
tag: '1.24.4'
inputs:
- name: pinniped-ci
- name: github-final-release