This is an automated email from the ASF dual-hosted git repository.
mhenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-go.git
The following commit(s) were added to refs/heads/master by this push:
new 33ad220 Update go 1.15 to gather fixes (#144)
33ad220 is described below
commit 33ad220d59106e8b385070770bb1e358f4298caf
Author: Martin Henke <[email protected]>
AuthorDate: Fri Jun 11 09:31:14 2021 +0200
Update go 1.15 to gather fixes (#144)
---
CHANGES.md | 4 ++++
golang1.15/Dockerfile | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index 895470a..44a7c61 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -16,6 +16,10 @@
# limitations under the License.
#
-->
+
+# next release
+- go 1.15 runtime upgraded to 1.15.13
+
# 1.17.0
- go 1.15 runtime upgraded to 1.15.7
- go 1.13 runtime upgraded to 1.13.15
diff --git a/golang1.15/Dockerfile b/golang1.15/Dockerfile
index 04ab74c..66ad71c 100644
--- a/golang1.15/Dockerfile
+++ b/golang1.15/Dockerfile
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-FROM golang:1.15.7
+FROM golang:1.15.13
RUN echo "deb http://deb.debian.org/debian buster-backports main contrib
non-free" \
>>/etc/apt/sources.list &&\
echo 'debconf debconf/frontend select Noninteractive' |
debconf-set-selections &&\