Skip to content

Commit

Permalink
Merge pull request #10 from embik/go-1.23.5
Browse files Browse the repository at this point in the history
🌱 Update to Go 1.23.5 for builds and tests
  • Loading branch information
kcp-ci-bot authored Jan 17, 2025
2 parents 0939ef3 + 67ffa0e commit 20aaaa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.23.4-3
- image: ghcr.io/kcp-dev/infra/build:1.23.5-1
command:
- hack/ci/verify.sh
resources:
Expand All @@ -37,7 +37,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.23.4-3
- image: ghcr.io/kcp-dev/infra/build:1.23.5-1
command:
- make
- lint
Expand All @@ -54,7 +54,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/containers/buildah:v1.30.0
- image: quay.io/containers/buildah:v1.38.0
command:
- hack/ci/build-image.sh
env:
Expand All @@ -76,7 +76,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.23.4-3
- image: ghcr.io/kcp-dev/infra/build:1.23.5-1
command:
- make
- test
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.4 AS builder
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.5 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 20aaaa3

Please sign in to comment.