Compare commits

..

1 Commits

Author SHA1 Message Date
6206b10eed chore: update go version in ci
Some checks failed
Cadoles/bouncer/pipeline/pr-develop There was a failure building this commit
2024-03-27 17:50:15 +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.0
ARG GO_VERSION=1.22
# Install Go
RUN mkdir -p /tmp \