From ff497d67997ec6eef15e6cb5df8f930c77b011b3 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Mon, 9 Oct 2023 11:29:08 -0700 Subject: [PATCH] chore: removes outdated comment --- cli/Earthfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cli/Earthfile b/cli/Earthfile index b5204b74d..e9b04e3c3 100644 --- a/cli/Earthfile +++ b/cli/Earthfile @@ -15,10 +15,6 @@ deps: # Install external deps RUN apk add --no-cache gcc musl-dev - # Install any static analysis tools - # TODO: Create new UDCs for Go - #DO ../udts/analysis/go+SETUP - # Install package dependencies COPY go.mod go.sum ./ RUN go mod download