Updated Go lang to 1.21 for Ubuntu

This commit is contained in:
Alexey Pustovalov 2024-02-05 15:21:09 +09:00
parent 75fc3073e8
commit b272288406

View File

@ -6,7 +6,7 @@ ARG ZBX_VERSION=${MAJOR_VERSION}.11
ENV TERM=xterm \
ZBX_VERSION=${ZBX_VERSION} \
PATH=/usr/lib/go-1.20/bin:$PATH
PATH=/usr/lib/go-1.21/bin:$PATH
LABEL org.opencontainers.image.authors="Alexey Pustovalov <alexey.pustovalov@zabbix.com>" \
org.opencontainers.image.description="Zabbix build base image contains all required packages to build Zabbix images" \
@ -43,7 +43,7 @@ RUN set -eux && \
pkg-config \
gettext \
git \
golang-1.20 \
golang-1.21 \
unzip \
unixodbc-dev" && \
apt-get -y update && \