chore: update go version in ci
Cadoles/bouncer/pipeline/pr-develop This commit looks good
Details
Cadoles/bouncer/pipeline/pr-develop This commit looks good
Details
This commit is contained in:
parent
e76a82668d
commit
7515be9583
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue