Compare commits

..

1 Commits

Author SHA1 Message Date
9068203e71 feat: use go 1.21.1
All checks were successful
arcad/emissary/pipeline/head This commit looks good
2023-10-02 23:38:19 -06:00

View File

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