Skip to content

Commit

Permalink
Upgrade the Go toolchain to go1.23.3. (gardener#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
renormalize authored Nov 12, 2024
1 parent 4d73d54 commit c52a730
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ etcd-druid:
teamname: 'gardener/etcd-druid-maintainers'
steps:
check:
image: 'golang:1.22.4'
image: 'golang:1.23.3'
test:
image: 'golang:1.22.4'
image: 'golang:1.23.3'
test_integration:
image: 'golang:1.22.4'
image: 'golang:1.23.3'
build:
image: 'golang:1.22.4'
image: 'golang:1.23.3'
output_dir: 'binary'

jobs:
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 golang:1.22.4 as builder
FROM golang:1.23.3 as builder
WORKDIR /go/src/github.com/gardener/etcd-druid
COPY . .

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/gardener/etcd-druid

go 1.22.0

toolchain go1.22.6
go 1.23.3

require (
github.com/gardener/etcd-backup-restore v0.29.0
Expand Down

0 comments on commit c52a730

Please sign in to comment.