Update Go to 1.16.9

go1.16.9 (released 2021-10-07) includes a security fix to the linker and misc/wasm
directory, as well as bug fixes to the runtime and to the text/template package.
See the Go 1.16.9 milestone on our issue tracker for details:

https://github.com/golang/go/issues?q=milestone%3AGo1.16.9+label%3ACherryPickApproved

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2021-10-08 15:18:20 +02:00
parent d8b33fa994
commit bf310f863b
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.16.8
ARG GO_VERSION=1.16.9
FROM golang:${GO_VERSION}-alpine