Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
(cherry picked from commit 3a4c5b6a0dc82f139292ae565f66244470a41615)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -168,7 +168,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref |
| 168 | 168 |
# Environment variable notes: |
| 169 | 169 |
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux. |
| 170 | 170 |
# - FROM_DOCKERFILE is used for detection of building within a container. |
| 171 |
-ENV GO_VERSION=1.12.4 ` |
|
| 171 |
+ENV GO_VERSION=1.12.5 ` |
|
| 172 | 172 |
GIT_VERSION=2.11.1 ` |
| 173 | 173 |
GOPATH=C:\go ` |
| 174 | 174 |
FROM_DOCKERFILE=1 |