mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
snap: update Go builder from v1.17.3 to v1.17.7
This commit is contained in:
parent
ad6bdd78d0
commit
ce5082912b
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ ARG GO_VERSION
|
||||||
RUN apt-get update && apt-get install -y git make wget binutils build-essential bzip2 cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5
|
RUN apt-get update && apt-get install -y git make wget binutils build-essential bzip2 cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5
|
||||||
|
|
||||||
RUN cd /usr/local &&\
|
RUN cd /usr/local &&\
|
||||||
wget https://dl.google.com/go/go1.17.3.linux-amd64.tar.gz &&\
|
wget https://dl.google.com/go/go$GO_VERSION.linux-amd64.tar.gz &&\
|
||||||
tar -zxvf go$GO_VERSION.linux-amd64.tar.gz && rm go$GO_VERSION.linux-amd64.tar.gz
|
tar -zxvf go$GO_VERSION.linux-amd64.tar.gz && rm go$GO_VERSION.linux-amd64.tar.gz
|
||||||
ENV PATH="/usr/local/go/bin:${PATH}"
|
ENV PATH="/usr/local/go/bin:${PATH}"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
GO_VERSION ?=1.17.3
|
GO_VERSION ?=1.17.7
|
||||||
SNAP_BUILDER_IMAGE := local/snap-builder:2.0.0-$(shell echo $(GO_VERSION) | tr :/ __)
|
SNAP_BUILDER_IMAGE := local/snap-builder:2.0.0-$(shell echo $(GO_VERSION) | tr :/ __)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue