Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
Loading