mirror of
https://github.com/jon4hz/xgo.git
synced 2025-12-19 23:55:59 +01:00
go1.17.5,go1.16.12 (#141)
Co-authored-by: techknowlogick <techknowlogick@users.noreply.github.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
5d027c9ccde7a19373de3e8a04df72de6b6418fd63faa7e41c32829981cdb93f
|
||||
ea966a779608202902736de77bc0e6b0401c50843b21cc309b02234aac471ef5
|
||||
@@ -1 +1 @@
|
||||
go1.17.4,go1.16.11
|
||||
go1.17.5,go1.16.12
|
||||
@@ -1,10 +0,0 @@
|
||||
## GENERATED. DO NOT EDIT DIRECTLY.
|
||||
FROM techknowlogick/xgo:base
|
||||
|
||||
ENV GO_VERSION 11611
|
||||
|
||||
RUN \
|
||||
export ROOT_DIST=https://dl.google.com/go/go1.16.11.linux-amd64.tar.gz && \
|
||||
export ROOT_DIST_SHA=aa22d0e2be68c0a7027a64e76cbb2869332fbc42ce14e3d10b69007b51030775 && \
|
||||
\
|
||||
$BOOTSTRAP_PURE
|
||||
10
docker/go-1.16.12/Dockerfile
Normal file
10
docker/go-1.16.12/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
## GENERATED. DO NOT EDIT DIRECTLY.
|
||||
FROM techknowlogick/xgo:base
|
||||
|
||||
ENV GO_VERSION 11612
|
||||
|
||||
RUN \
|
||||
export ROOT_DIST=https://dl.google.com/go/go1.16.12.linux-amd64.tar.gz && \
|
||||
export ROOT_DIST_SHA=7d657e86493ac1d5892f340a7d88b862b12edb5ac6e73c099e8e0668a6c916b7 && \
|
||||
\
|
||||
$BOOTSTRAP_PURE
|
||||
@@ -1,2 +1,2 @@
|
||||
## GENERATED. DO NOT EDIT DIRECTLY.
|
||||
FROM techknowlogick/xgo:go-1.16.11
|
||||
FROM techknowlogick/xgo:go-1.16.12
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
## GENERATED. DO NOT EDIT DIRECTLY.
|
||||
FROM techknowlogick/xgo:base
|
||||
|
||||
ENV GO_VERSION 1174
|
||||
|
||||
RUN \
|
||||
export ROOT_DIST=https://dl.google.com/go/go1.17.4.linux-amd64.tar.gz && \
|
||||
export ROOT_DIST_SHA=adab2483f644e2f8a10ae93122f0018cef525ca48d0b8764dae87cb5f4fd4206 && \
|
||||
\
|
||||
$BOOTSTRAP_PURE
|
||||
10
docker/go-1.17.5/Dockerfile
Normal file
10
docker/go-1.17.5/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
## GENERATED. DO NOT EDIT DIRECTLY.
|
||||
FROM techknowlogick/xgo:base
|
||||
|
||||
ENV GO_VERSION 1175
|
||||
|
||||
RUN \
|
||||
export ROOT_DIST=https://dl.google.com/go/go1.17.5.linux-amd64.tar.gz && \
|
||||
export ROOT_DIST_SHA=bd78114b0d441b029c8fe0341f4910370925a4d270a6a590668840675b0c653e && \
|
||||
\
|
||||
$BOOTSTRAP_PURE
|
||||
@@ -1,2 +1,2 @@
|
||||
## GENERATED. DO NOT EDIT DIRECTLY.
|
||||
FROM techknowlogick/xgo:go-1.17.4
|
||||
FROM techknowlogick/xgo:go-1.17.5
|
||||
|
||||
Reference in New Issue
Block a user