Skip to content

Commit fd9194c

Browse files
Merge pull request #44 from FrankYang0529/HARV-7336
feat: bump go to v1.23
2 parents 6f7255e + 183bdc0 commit fd9194c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.dapper

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM registry.suse.com/bci/golang:1.22
1+
FROM registry.suse.com/bci/golang:1.23
22

33
RUN zypper in -y bash git gcc docker vim less file curl wget ca-certificates trousers-devel
44

5-
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.58.2
5+
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.63.4
66

77
ENV DAPPER_ENV REPO TAG DRONE_TAG
88
ENV DAPPER_SOURCE /go/src/github.com/rancher/rancherd/

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rancher/rancherd
22

3-
go 1.22
3+
go 1.23.4
44

55
replace (
66
k8s.io/api => k8s.io/api v0.24.10

0 commit comments

Comments
 (0)