Skip to content

Commit

Permalink
Update Golang image and golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbreno committed Jan 21, 2025
1 parent b464e02 commit e750cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG RANCHER_VERSION=v2.10-head

FROM rancher/rancher:$RANCHER_VERSION as rancher

FROM registry.suse.com/bci/golang:1.22
FROM registry.suse.com/bci/golang:1.23

RUN mkdir -p /var/lib/rancher
COPY --from=rancher /var/lib/rancher /var/lib/rancher
Expand Down Expand Up @@ -66,7 +66,7 @@ RUN ln -s /usr/bin/cni /usr/bin/bridge && \

ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
ENV GOLANGCI_LINT v1.59.0
ENV GOLANGCI_LINT v1.60.3

RUN zypper -n install git docker vim less file curl wget jq awk && rpm -e --nodeps --noscripts containerd
RUN go install golang.org/x/tools/cmd/goimports@latest
Expand Down

0 comments on commit e750cd5

Please sign in to comment.