Skip to content

Commit 0d572e9

Browse files
committed
Bump golangci-lint 1.46.2 -> 1.47.3
github.com/golangci/golangci-lint/releases/tag/v1.47.3 github.com/golangci/golangci-lint/compare/v1.46.2...v1.47.3 This resolves golang 1.18 limitations that we've discussed. github.com/golangci/golangci-lint/pull/3001 Signed-off-by: Daniel Farrell <[email protected]>
1 parent 18381bc commit 0d572e9

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
@@ -52,7 +52,7 @@ RUN dnf -y install --nodocs --setopt=install_weak_deps=False \
5252
find /usr/bin /usr/lib/golang /usr/libexec -type f -executable -newercc /proc -size +1M ! -name hyperkube \( -execdir upx ${UPX_LEVEL} {} \; -o -true \) && \
5353
ln -f /usr/bin/kubectl /usr/bin/hyperkube
5454

55-
ENV LINT_VERSION=v1.46.2 \
55+
ENV LINT_VERSION=v1.47.3 \
5656
HELM_VERSION=v3.9.0 \
5757
KIND_VERSION=v0.14.0 \
5858
BUILDX_VERSION=v0.8.2 \

0 commit comments

Comments
 (0)