chore: update go version in ci
Cadoles/bouncer/pipeline/pr-develop This commit looks good Details

This commit is contained in:
wpetit 2024-03-27 17:50:15 +01:00
parent e76a82668d
commit 7515be9583
1 changed files with 1 additions and 1 deletions

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.20.4
ARG GO_VERSION=1.22.0
# Install Go
RUN mkdir -p /tmp \