feat: use go 1.21.1
arcad/emissary/pipeline/head This commit looks good Details

This commit is contained in:
wpetit 2023-10-02 23:38:19 -06:00
parent a84fa05c27
commit 9068203e71
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ARG HTTP_PROXY=
ARG HTTPS_PROXY= ARG HTTPS_PROXY=
ARG http_proxy= ARG http_proxy=
ARG https_proxy= ARG https_proxy=
ARG GO_VERSION=1.20.2 ARG GO_VERSION=1.21.1
# Install dev environment dependencies # Install dev environment dependencies
RUN export DEBIAN_FRONTEND=noninteractive &&\ RUN export DEBIAN_FRONTEND=noninteractive &&\