Skip to content

Commit 202ce95

Browse files
committed
Update golang to 1.23.1
1 parent 8a6f562 commit 202ce95

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.ci/pipeline_definitions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ kupid:
1919
build: ~
2020
steps:
2121
check:
22-
image: 'golang:1.19.4'
22+
image: 'golang:1.23.1'
2323
test:
24-
image: 'golang:1.19.4'
24+
image: 'golang:1.23.1'
2525
build:
26-
image: 'golang:1.19.4'
26+
image: 'golang:1.23.1'
2727
output_dir: 'binary'
2828

2929
jobs:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.19.4 as builder
2+
FROM golang:1.23.1 as builder
33

44
WORKDIR /go/src/github.com/gardener/kupid
55
# Copy the Go Modules manifests

example/controller-registration.yaml

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gardener/kupid
22

3-
go 1.19
3+
go 1.23
44

55
require (
66
github.com/gardener/gardener v1.47.0

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
747747
go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A=
748748
go.uber.org/goleak v1.1.11-0.20210813005559-691160354723/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
749749
go.uber.org/goleak v1.1.12 h1:gZAh5/EyT/HQwlpkCy6wTpqfH9H8Lz8zbm3dZh+OyzA=
750+
go.uber.org/goleak v1.1.12/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
750751
go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0=
751752
go.uber.org/multierr v1.6.0 h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4=
752753
go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU=

0 commit comments

Comments
 (0)