Skip to content

Commit 945a59d

Browse files
go1.16.1,go1.15.9 (#106)
Co-authored-by: techknowlogick <[email protected]>
1 parent 6a603af commit 945a59d

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

.golang_hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fc0a08ab7efa88bd9b1944974e82e7dba2e317c6b9a9e4145ad425cf2573efde
1+
21096d066212c604c2b036c3541a501e82464cf7d88b8e1e186290d9af66cf50

.golang_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
go1.16,go1.15.8
1+
go1.16.1,go1.15.9

docker/go-1.15.8/Dockerfile

Lines changed: 0 additions & 10 deletions
This file was deleted.

docker/go-1.15.9/Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## GENERATED. DO NOT EDIT DIRECTLY.
2+
FROM techknowlogick/xgo:base
3+
4+
ENV GO_VERSION 1159
5+
6+
RUN \
7+
export ROOT_DIST=https://dl.google.com/go/go1.15.9.linux-amd64.tar.gz && \
8+
export ROOT_DIST_SHA=a55f3e75bc1098045851d40ea74f9d77efc7958e9af85131a96ca387d38b1834 && \
9+
\
10+
$BOOTSTRAP_PURE

docker/go-1.15.x/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
## GENERATED. DO NOT EDIT DIRECTLY.
2-
FROM techknowlogick/xgo:go-1.15.8
2+
FROM techknowlogick/xgo:go-1.15.9

docker/go-1.16.0/Dockerfile

Lines changed: 0 additions & 10 deletions
This file was deleted.

docker/go-1.16.1/Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## GENERATED. DO NOT EDIT DIRECTLY.
2+
FROM techknowlogick/xgo:base
3+
4+
ENV GO_VERSION 1161
5+
6+
RUN \
7+
export ROOT_DIST=https://dl.google.com/go/go1.16.1.linux-amd64.tar.gz && \
8+
export ROOT_DIST_SHA=3edc22f8332231c3ba8be246f184b736b8d28f06ce24f08168d8ecf052549769 && \
9+
\
10+
$BOOTSTRAP_PURE

docker/go-1.16.x/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
## GENERATED. DO NOT EDIT DIRECTLY.
2-
FROM techknowlogick/xgo:go-1.16.0
2+
FROM techknowlogick/xgo:go-1.16.1

0 commit comments

Comments
 (0)