Skip to content

Commit 4c77d96

Browse files
frezbosmira
authored andcommitted
chore: update golang to 1.17.8
Update Golang to 1.17.8 Fixes: [CVE-2022-24921](golang/go#51112) Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit b63872b)
1 parent 2d4771e commit 4c77d96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

golang/golang/pkg.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ dependencies:
44
- stage: '{{ if eq .ARCH "aarch64" }}golang-alpine{{ else }}golang-bootstrap{{ end }}'
55
steps:
66
- sources:
7-
- url: https://dl.google.com/go/go1.17.7.src.tar.gz
7+
- url: https://dl.google.com/go/go1.17.8.src.tar.gz
88
destination: go.src.tar.gz
9-
sha256: c108cd33b73b1911a02b697741df3dea43e01a5c4e08e409e8b3a0e3745d2b4d
10-
sha512: ee20a97d19e501ee2c11930548bcacfa8b1e8499bbae15659231548f4b03c13bc92bb20c4ce879f0956c02268e748c73ba56d8b140ce8f134501c33cc8b58d3c
9+
sha256: 2effcd898140da79a061f3784ca4f8d8b13d811fb2abe9dad2404442dabbdf7a
10+
sha512: 21d5c51ce62bc3b987dd5bf7c6b7e1a934fe40582bfbbe99ca80c26d41253e796a4b9d02c571f1e5ab3fd7c3950175e23b9929b0d934f421c96a6d6128c44668
1111

1212
env:
1313
GOROOT_BOOTSTRAP: '{{ .TOOLCHAIN }}/go_bootstrap'

0 commit comments

Comments
 (0)