go1.22.8 (released 2024-10-01) includes fixes to cgo, and the maps and syscall
packages. See the Go 1.22.8 milestone on our issue tracker for details;
- https://github.com/golang/go/issues?q=milestone%3AGo1.22.8+label%3ACherryPickApproved
- full diff: https://github.com/golang/go/compare/go1.22.7...go1.22.8
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -161,7 +161,7 @@ FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
|
| 161 | 161 |
# Use PowerShell as the default shell |
| 162 | 162 |
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] |
| 163 | 163 |
|
| 164 |
-ARG GO_VERSION=1.22.7 |
|
| 164 |
+ARG GO_VERSION=1.22.8 |
|
| 165 | 165 |
ARG GOTESTSUM_VERSION=v1.8.2 |
| 166 | 166 |
ARG GOWINRES_VERSION=v0.3.1 |
| 167 | 167 |
ARG CONTAINERD_VERSION=v1.7.22 |