build: adopt Go 1.23 and bump linter

This commit is contained in:
Pires
2025-01-07 23:35:00 +00:00
committed by Pires
parent 1f5e83b1d6
commit 4942ea59a7
7 changed files with 48 additions and 22 deletions

View File

@@ -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