Skip to content

Commit

Permalink
bump to Go 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Jan 8, 2025
1 parent 659d244 commit c8da23f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.22.9-1
- image: ghcr.io/kcp-dev/infra/build:1.23.4-3
command:
- make
- verify
Expand All @@ -24,7 +24,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.22.9-1
- image: ghcr.io/kcp-dev/infra/build:1.23.4-3
command:
- make
- lint
Expand Down Expand Up @@ -63,7 +63,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.22.9-1
- image: ghcr.io/kcp-dev/infra/build:1.23.4-3
command:
- make
- test
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.22.9 AS builder
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.4 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENVTEST_K8S_VERSION = 1.31.0
KUSTOMIZE_VERSION ?= v5.4.3
CONTROLLER_TOOLS_VERSION ?= v0.16.1
ENVTEST_VERSION ?= release-0.19
GOLANGCI_LINT_VERSION ?= v1.59.1
GOLANGCI_LINT_VERSION ?= v1.63.4

# Image URL to use all building/pushing image targets
IMG ?= ghcr.io/kcp-dev/kcp-operator
Expand Down

0 comments on commit c8da23f

Please sign in to comment.