Skip to content

Commit

Permalink
Bump Go version used for building to 1.22.2 to match k/k
Browse files Browse the repository at this point in the history
  • Loading branch information
towca committed Apr 19, 2024
1 parent 554366f commit 0ee51e3
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 <mwielgus@google.com>"

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 0ee51e3

Please sign in to comment.