Skip to content

Commit e7fde9c

Browse files
committed
Bump golang/golangci-lint versions
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent e926955 commit e7fde9c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.dapper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM golang:1.16-alpine3.14
1+
FROM golang:1.18-alpine3.15
22

33
ARG DAPPER_HOST_ARCH
44
ENV ARCH $DAPPER_HOST_ARCH
55

66
RUN apk -U add bash git gcc musl-dev docker vim less file curl wget ca-certificates
77
RUN if [ "$(go env GOARCH)" = "amd64" ]; then \
8-
curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.40.0; \
8+
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/v1.45.2/install.sh | sh -s; \
99
fi
1010

1111
ENV DAPPER_ENV REPO TAG DRONE_TAG

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN curl https://get.helm.sh/helm-v3.8.1-linux-${ARCH}.tar.gz | tar xvzf - --str
77
RUN mv /usr/bin/helm /usr/bin/helm_v3
88
COPY entry /usr/bin/
99

10-
FROM golang:1.16-alpine3.15 as plugins
10+
FROM golang:1.18-alpine3.15 as plugins
1111
RUN apk add -U curl ca-certificates build-base binutils-gold
1212
ARG ARCH
1313
COPY --from=extract /usr/bin/helm_v3 /usr/bin/helm

0 commit comments

Comments
 (0)