Skip to content

Commit e0146f0

Browse files
dfarrell07tpantelis
authored andcommitted
Bump golangci-lint 1.46.2 -> 1.47.3
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 <[email protected]>
1 parent 14f86e1 commit e0146f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/Dockerfile.shipyard-dapper-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN dnf -y install --nodocs --setopt=install_weak_deps=False \
5555
find /usr/bin /usr/lib/golang /usr/libexec -type f -executable -newercc /proc -size +1M ! -name hyperkube \( -execdir upx ${UPX_LEVEL} {} \; -o -true \) && \
5656
ln -f /usr/bin/kubectl /usr/bin/hyperkube
5757

58-
ENV LINT_VERSION=v1.46.2 \
58+
ENV LINT_VERSION=v1.47.3 \
5959
HELM_VERSION=v3.9.0 \
6060
KIND_VERSION=v0.14.0 \
6161
BUILDX_VERSION=v0.8.2 \

0 commit comments

Comments
 (0)