Skip to content

Commit

Permalink
Merge pull request #138 from voelzmo/enh/bump-go-1.23
Browse files Browse the repository at this point in the history
bump go to 1.23.1
  • Loading branch information
voelzmo authored Sep 10, 2024
2 parents b1a8e0e + c8bf52e commit 99e1b44
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ hvpa-controller:
source: ~
steps:
check:
image: 'golang:1.21.9'
image: 'golang:1.23.1'
integration_test:
image: 'golang:1.21.9'
image: 'golang:1.23.1'

jobs:
head-update:
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.21.9 as builder
FROM golang:1.23.1 as builder

WORKDIR /go/src/github.com/gardener/hvpa-controller
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gardener/hvpa-controller/api

go 1.21
go 1.23

require (
k8s.io/api v0.25.3
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/gardener/hvpa-controller

go 1.21
go 1.23

toolchain go1.23.1

require (
github.com/gardener/hvpa-controller/api v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ github.com/fatih/color
## explicit; go 1.16
github.com/fsnotify/fsnotify
# github.com/gardener/hvpa-controller/api v0.0.0 => ./api
## explicit; go 1.21
## explicit; go 1.23
github.com/gardener/hvpa-controller/api/v1alpha1
# github.com/go-logr/logr v1.2.3
## explicit; go 1.16
Expand Down

0 comments on commit 99e1b44

Please sign in to comment.