Skip to content

Commit

Permalink
Bump Go 1.22 (#339)
Browse files Browse the repository at this point in the history
Signed-off-by: sivchari <shibuuuu5@gmail.com>
  • Loading branch information
sivchari authored Mar 28, 2024
1 parent 6ea1179 commit ea14a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simulator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 AS build-env
FROM golang:1.22 AS build-env

ENV GOOS=linux
ENV GOARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion simulator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kube-scheduler-simulator/simulator

go 1.21
go 1.22.1

replace (
google.golang.org/grpc => google.golang.org/grpc v1.38.0
Expand Down

0 comments on commit ea14a28

Please sign in to comment.