Skip to content

Commit

Permalink
Merge pull request #6738 from towca/jtuznik/go1.22
Browse files Browse the repository at this point in the history
Bump Go version used for building to 1.22.2 to match k/k
  • Loading branch information
k8s-ci-robot authored Apr 19, 2024
2 parents 554366f + 0ee51e3 commit 349559c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/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 golang:1.22.1
FROM golang:1.22.2
LABEL maintainer="Marcin Wielgus <[email protected]>"

ENV GOPATH /gopath/
Expand Down
2 changes: 1 addition & 1 deletion cluster-autoscaler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module k8s.io/autoscaler/cluster-autoscaler

go 1.22

toolchain go1.22.1
toolchain go1.22.2

require (
cloud.google.com/go/compute/metadata v0.2.3
Expand Down

0 comments on commit 349559c

Please sign in to comment.