diff --git a/Dockerfile.dapper b/Dockerfile.dapper index 7bf7911..9cd4181 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -1,4 +1,4 @@ -FROM registry.suse.com/bci/golang:1.22 +FROM registry.suse.com/bci/golang:1.23 ARG DAPPER_HOST_ARCH ENV ARCH $DAPPER_HOST_ARCH @@ -8,7 +8,7 @@ RUN zypper -n rm container-suseconnect && \ ## install golangci-lint RUN if [ "${ARCH}" = "amd64" ]; then \ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.57.1; \ + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.63.4; \ fi ENV DAPPER_ENV REPO TAG DRONE_TAG CROSS diff --git a/go.mod b/go.mod index 6587460..43aeb23 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/harvester/docker-machine-driver-harvester -go 1.22.5 +go 1.23.4 replace ( github.com/docker/docker => github.com/moby/moby v1.4.2-0.20170731201646-1009e6a40b29 // oras dep requires a replace is set