Skip to content

Commit

Permalink
Bump earthfile to use latest versions
Browse files Browse the repository at this point in the history
Signed-off-by: Neelesh Jain <neiljain@users.noreply.github.com>
  • Loading branch information
neiljain committed Oct 8, 2023
1 parent 6a9ff59 commit 815a1d7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

ARG image_name="prom-aggregation-gateway"
ARG token=""
Expand All @@ -7,15 +7,15 @@ ARG commitSHA=""
ARG version="dev"
ARG PKG_PATH="github.com/zapier/prom-aggregation-gateway"

ARG ALPINE_VERSION="3.17.5"
ARG GOLANG_ALPINE_VERSION="3.17"
ARG CHART_RELEASER_VERSION="1.4.1"
ARG CHART_TESTING_VERSION="3.7.1"
ARG GITHUB_CLI_VERSION="2.20.2"
ARG GOLANG_VERSION="1.19.3"
ARG HELM_UNITTEST_VERSION="0.2.8"
ARG KUBECONFORM_VERSION="0.5.0"
ARG STATICCHECK_VERSION="0.3.3"
ARG ALPINE_VERSION="3.18.4"
ARG GOLANG_ALPINE_VERSION="3.18"
ARG CHART_RELEASER_VERSION="1.6.0"
ARG CHART_TESTING_VERSION="3.9.0"
ARG GITHUB_CLI_VERSION="2.36.0"
ARG GOLANG_VERSION="1.21.2"
ARG HELM_UNITTEST_VERSION="0.3.5"
ARG KUBECONFORM_VERSION="0.6.3"
ARG STATICCHECK_VERSION="0.4.6"

test:
BUILD +ci-golang
Expand Down

0 comments on commit 815a1d7

Please sign in to comment.