From c8b1d0c0a8fae2ec6d7ddb80d29348494381bc44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8C=B2=20Harry=20=F0=9F=8C=8A=20John=20=F0=9F=8F=94?= Date: Mon, 8 Jul 2024 23:08:26 -0700 Subject: [PATCH] Update faillint for go 1.22 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 🌲 Harry 🌊 John 🏔 --- build-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-image/Dockerfile b/build-image/Dockerfile index 3b7ac6ce8c..78d832acf5 100644 --- a/build-image/Dockerfile +++ b/build-image/Dockerfile @@ -30,7 +30,7 @@ RUN go install github.com/client9/misspell/cmd/misspell@v0.3.4 &&\ go install github.com/golang/protobuf/protoc-gen-go@v1.3.1 &&\ go install github.com/gogo/protobuf/protoc-gen-gogoslick@v1.3.0 &&\ go install github.com/weaveworks/tools/cover@bdd647e92546027e12cdde3ae0714bb495e43013 &&\ - go install github.com/fatih/faillint@v1.11.0 &&\ + go install github.com/fatih/faillint@v1.13.0 &&\ go install github.com/campoy/embedmd@v1.0.0 &&\ go install --tags extended github.com/gohugoio/hugo@${HUGO_VERSION} &&\ rm -rf /go/pkg /go/src /root/.cache