Compare commits

..

1 Commits

Author SHA1 Message Date
7515be9583 chore: update go version in ci
All checks were successful
Cadoles/bouncer/pipeline/pr-develop This commit looks good
2024-03-27 17:51:01 +01:00

View File

@ -23,7 +23,7 @@ RUN install -m 0755 -d /etc/apt/keyrings \
&& apt-get update \
&& apt-get install -y docker-ce-cli
ARG GO_VERSION=1.22
ARG GO_VERSION=1.22.0
# Install Go
RUN mkdir -p /tmp \