Skip to content

Commit

Permalink
Bump go version from 1.20 to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
cheina97 committed Oct 4, 2024
1 parent 1f5e83b commit 87ac43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GOLANG_CI_LINT_VERSION

FROM golang:1.20 as builder
FROM golang:1.23 as builder
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
COPY . /go/src/github.com/virtual-kubelet/virtual-kubelet
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/virtual-kubelet/virtual-kubelet

go 1.20
go 1.23

require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
Expand Down

0 comments on commit 87ac43b

Please sign in to comment.