ci: use go 1.21.2
arcad/edge/pipeline/head This commit looks good Details

This commit is contained in:
wpetit 2023-10-20 11:01:32 +02:00
parent a5c67c29d0
commit d1458bab4a
1 changed files with 1 additions and 1 deletions

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.2
# Install dev environment dependencies
RUN export DEBIAN_FRONTEND=noninteractive &&\