Skip to content

Commit

Permalink
bump to go1.22 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed Mar 29, 2024
1 parent 457fa11 commit 67b632b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM registry.suse.com/bci/golang:1.20
FROM registry.suse.com/bci/golang:1.22

RUN zypper -n install docker rsync xz zip

ENV GOLANGCI_LINT v1.53.3
ENV GOLANGCI_LINT v1.57.1
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin "$GOLANGCI_LINT"

ENV DAPPER_SOURCE /go/src/github.com/rancher/cli
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/rancher/cli

go 1.20
go 1.22

replace k8s.io/client-go => k8s.io/client-go v0.20.1

Expand Down

0 comments on commit 67b632b

Please sign in to comment.