mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-09 23:48:00 +00:00
update CI to Go 1.24.2
This commit is contained in:
@@ -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.1.linux-amd64.tar.gz -o /tmp/go.tar.gz && \
|
||||
RUN curl -fsSL https://go.dev/dl/go1.24.2.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.1.linux-amd64.tar.gz -o /tmp/go.tar.gz && \
|
||||
RUN curl -fsSL https://go.dev/dl/go1.24.2.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
|
||||
|
||||
@@ -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.1'
|
||||
BUILD_ARG_GO_VERSION: '1.24.2'
|
||||
# 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.17.2
|
||||
|
||||
@@ -569,7 +569,7 @@ jobs:
|
||||
type: registry-image
|
||||
source:
|
||||
repository: golang
|
||||
tag: '1.24.1'
|
||||
tag: '1.24.2'
|
||||
inputs:
|
||||
- name: pinniped-pr
|
||||
outputs:
|
||||
|
||||
@@ -7,7 +7,7 @@ image_resource:
|
||||
type: registry-image
|
||||
source:
|
||||
repository: golang
|
||||
tag: '1.24.1'
|
||||
tag: '1.24.2'
|
||||
inputs:
|
||||
- name: pinniped
|
||||
- name: pinniped-ci
|
||||
|
||||
@@ -10,6 +10,6 @@ image_resource:
|
||||
type: registry-image
|
||||
source:
|
||||
repository: golang
|
||||
tag: '1.24.1'
|
||||
tag: '1.24.2'
|
||||
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.1'
|
||||
tag: '1.24.2'
|
||||
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.1'
|
||||
tag: '1.24.2'
|
||||
inputs:
|
||||
- name: pinniped
|
||||
- name: pinniped-ci
|
||||
|
||||
@@ -7,7 +7,7 @@ image_resource:
|
||||
type: registry-image
|
||||
source:
|
||||
repository: golang
|
||||
tag: '1.24.1'
|
||||
tag: '1.24.2'
|
||||
inputs:
|
||||
- name: pinniped
|
||||
- name: pinniped-ci
|
||||
|
||||
@@ -7,7 +7,7 @@ image_resource:
|
||||
type: registry-image
|
||||
source:
|
||||
repository: golang
|
||||
tag: '1.24.1'
|
||||
tag: '1.24.2'
|
||||
inputs:
|
||||
- name: pinniped
|
||||
- name: pinniped-ci
|
||||
|
||||
@@ -7,7 +7,7 @@ image_resource:
|
||||
type: registry-image
|
||||
source:
|
||||
repository: golang
|
||||
tag: '1.24.1'
|
||||
tag: '1.24.2'
|
||||
inputs:
|
||||
- name: pinniped
|
||||
- name: pinniped-ci
|
||||
|
||||
@@ -7,7 +7,7 @@ image_resource:
|
||||
type: registry-image
|
||||
source:
|
||||
repository: golang
|
||||
tag: '1.24.1'
|
||||
tag: '1.24.2'
|
||||
inputs:
|
||||
- name: pinniped
|
||||
- name: pinniped-ci
|
||||
|
||||
@@ -7,7 +7,7 @@ image_resource:
|
||||
type: registry-image
|
||||
source:
|
||||
repository: golang
|
||||
tag: '1.24.1'
|
||||
tag: '1.24.2'
|
||||
inputs:
|
||||
- name: pinniped-ci
|
||||
- name: github-final-release
|
||||
|
||||
Reference in New Issue
Block a user