We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f7255e + 183bdc0 commit fd9194cCopy full SHA for fd9194c
Dockerfile.dapper
@@ -1,8 +1,8 @@
1
-FROM registry.suse.com/bci/golang:1.22
+FROM registry.suse.com/bci/golang:1.23
2
3
RUN zypper in -y bash git gcc docker vim less file curl wget ca-certificates trousers-devel
4
5
-RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.58.2
+RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.63.4
6
7
ENV DAPPER_ENV REPO TAG DRONE_TAG
8
ENV DAPPER_SOURCE /go/src/github.com/rancher/rancherd/
go.mod
@@ -1,6 +1,6 @@
module github.com/rancher/rancherd
-go 1.22
+go 1.23.4
replace (
k8s.io/api => k8s.io/api v0.24.10
0 commit comments