Skip to content

Commit

Permalink
Update faillint for go 1.22 (#6074)
Browse files Browse the repository at this point in the history
Signed-off-by: 🌲 Harry 🌊 John 🏔 <[email protected]>
  • Loading branch information
harry671003 authored Jul 9, 2024
1 parent 9d55f45 commit 779dcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN go install github.com/client9/misspell/cmd/[email protected] &&\
go install github.com/golang/protobuf/[email protected] &&\
go install github.com/gogo/protobuf/[email protected] &&\
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/[email protected] &&\
go install --tags extended github.com/gohugoio/hugo@${HUGO_VERSION} &&\
rm -rf /go/pkg /go/src /root/.cache
Expand Down

0 comments on commit 779dcf4

Please sign in to comment.