Skip to content

Commit

Permalink
Bump golangci-lint 1.46.2 -> 1.47.3
Browse files Browse the repository at this point in the history
https://github.com/golangci/golangci-lint/releases/tag/v1.47.3
golangci/golangci-lint@v1.46.2...v1.47.3

This resolves golang 1.18 limitations that we've discussed.

golangci/golangci-lint/pull/3001

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
  • Loading branch information
dfarrell07 committed Aug 2, 2022
1 parent 18381bc commit 5f0d973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile.shipyard-dapper-base
Expand Up @@ -52,7 +52,7 @@ RUN dnf -y install --nodocs --setopt=install_weak_deps=False \
find /usr/bin /usr/lib/golang /usr/libexec -type f -executable -newercc /proc -size +1M ! -name hyperkube \( -execdir upx ${UPX_LEVEL} {} \; -o -true \) && \
ln -f /usr/bin/kubectl /usr/bin/hyperkube

ENV LINT_VERSION=v1.46.2 \
ENV LINT_VERSION=v1.47.3 \
HELM_VERSION=v3.9.0 \
KIND_VERSION=v0.14.0 \
BUILDX_VERSION=v0.8.2 \
Expand Down

0 comments on commit 5f0d973

Please sign in to comment.