Skip to content

Commit

Permalink
feat: upgrade Go to 1.14.8
Browse files Browse the repository at this point in the history
Security release.

This issue is CVE-2020-24553 and Go issue golang.org/issue/40928.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira authored and talos-bot committed Sep 1, 2020
1 parent 1aba785 commit 1976029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions golang/golang/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependencies:
- stage: '{{ if eq .ARCH "aarch64" }}golang-alpine{{ else }}golang-bootstrap{{ end }}'
steps:
- sources:
- url: https://dl.google.com/go/go1.14.7.src.tar.gz
- url: https://dl.google.com/go/go1.14.8.src.tar.gz
destination: go.src.tar.gz
sha256: 064392433563660c73186991c0a315787688e7c38a561e26647686f89b6c30e3
sha512: 3f1133c66d7795ceb6c5793db90616613244d7561abaef6b059602992c0b7a53b6b6ebbcf69add4769a58542e9dc55871bcfe3d64d4cd9f3569bd435ade86dee
sha256: d9a613fb55f508cf84e753456a7c6a113c8265839d5b7fe060da335c93d6e36a
sha512: c7f2826d9f674591b183f209e8854875273a6ac846f93ae1da841a0c80943d9b8fa04cdad389a339bbdf583913ab71646dff15afa9b4ad8be47e12041fe71c45

env:
GOROOT_BOOTSTRAP: '{{ .TOOLCHAIN }}/go_bootstrap'
Expand Down

0 comments on commit 1976029

Please sign in to comment.