diff --git a/Earthfile b/Earthfile index cf8c7e4..1f7352f 100644 --- a/Earthfile +++ b/Earthfile @@ -171,7 +171,7 @@ go-lint: golangci-lint-setup: ARG GOLANGCI_LINT_VERSION=v2.11.4 ARG NATIVEPLATFORM - FROM --platform=${NATIVEPLATFORM} curlimages/curl:8.18.0 + FROM --platform=${NATIVEPLATFORM} curlimages/curl:8.20.0 RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . ${GOLANGCI_LINT_VERSION} SAVE ARTIFACT golangci-lint @@ -180,7 +180,7 @@ golangci-lint-setup: crossplane-cli-setup: ARG CROSSPLANE_VERSION ARG NATIVEPLATFORM - FROM --platform=${NATIVEPLATFORM} curlimages/curl:8.18.0 + FROM --platform=${NATIVEPLATFORM} curlimages/curl:8.20.0 RUN curl -sL "https://raw.githubusercontent.com/crossplane/crossplane/main/install.sh" | XP_VERSION="${CROSSPLANE_VERSION:+v${CROSSPLANE_VERSION}}" sh SAVE ARTIFACT crossplane