Skip to content

Commit

Permalink
Go 1.14.11, 1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 6, 2020
1 parent 4239cb6 commit 1d7b1d5
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-1.14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- 1.14.8
- 1.14.9
- 1.14.10
- 1.14.11
runs-on: ubuntu-latest
steps:
-
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go-1.15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- 1.15.1
- 1.15.2
- 1.15.3
- 1.15.4
runs-on: ubuntu-latest
steps:
-
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## go-1.14-r14, go-1.15-r5 (2020/11/06)

* Go 1.14.11, 1.15.4

## 0.5.0 (2020/11/01)

* Allow to use custom xgo base repo with `docker-repo` flag
Expand Down
9 changes: 9 additions & 0 deletions docker/go-1.14/go-1.14.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM crazymax/xgo:base

ENV GO_VERSION 11411

RUN \
export ROOT_DIST=https://golang.org/dl/go1.14.11.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=ef150041e1af0890ecdd98ebdd6c759096884052a584c09ce50b2b5bb9bab2cd && \
\
$BOOTSTRAP_PURE
2 changes: 1 addition & 1 deletion docker/go-1.14/latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.10
1.14.11
9 changes: 9 additions & 0 deletions docker/go-1.15/go-1.15.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM crazymax/xgo:base

ENV GO_VERSION 1154

RUN \
export ROOT_DIST=https://golang.org/dl/go1.15.4.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=eb61005f0b932c93b424a3a4eaa67d72196c79129d9a3ea8578047683e2c80d5 && \
\
$BOOTSTRAP_PURE
2 changes: 1 addition & 1 deletion docker/go-1.15/latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.3
1.15.4

0 comments on commit 1d7b1d5

Please sign in to comment.