diff --git a/Earthfile b/Earthfile index fbc3be8..5dc70c3 100644 --- a/Earthfile +++ b/Earthfile @@ -18,7 +18,6 @@ deps: RUN (cd /tmp; go install github.com/bufbuild/buf/cmd/buf@v$BUF_VERSION) RUN (cd /tmp; go install google.golang.org/protobuf/cmd/protoc-gen-go@v$PROTOGENGO_VERSION) RUN (cd /tmp; go install github.com/golangci/golangci-lint/cmd/golangci-lint@v$GOLANGCILINT_VERSION) - SAVE IMAGE --push build: FROM +deps