Skip to content

Commit

Permalink
feat: update Go to 1.17.4
Browse files Browse the repository at this point in the history
See https://github.com/golang/go/milestone/235?closed=1

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Dec 3, 2021
1 parent aacbc5b commit cc8426b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ca-certificates/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: ca-certificates
steps:
- sources:
- url: https://curl.haxx.se/ca/cacert-2020-07-22.pem
- url: https://curl.se/ca/cacert-2021-10-26.pem
destination: cacert.pem
sha256: 2782f0f8e89c786f40240fc1916677be660fb8d8e25dede50c9f6f7b0c2c2178
sha512: 0d49bd1435a25b113a34ac38b337a9c904b6ac720824fd55d410ff6d8f6d0f637b54fd92cdff31d1c632b6a77f35fe55de9c756f35365387cea94f0fd93631b1
sha256: ae31ecb3c6e9ff3154cb7a55f017090448f88482f0e94ac927c0c67a1f33b9cf
sha512: bcc17f23eb54f943c13c6e8b3b0a7e8b72dc9971720249b3eb7a493a66db21d572ba7eedf4f96d8efd6243c3e89f3e258e59ebc9010bce01556b4112ec7d4a3b
install:
- |
mkdir -p /rootfs${TOOLCHAIN}/etc/ssl/certs
Expand Down
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.17.3.src.tar.gz
- url: https://dl.google.com/go/go1.17.4.src.tar.gz
destination: go.src.tar.gz
sha256: 705c64251e5b25d5d55ede1039c6aa22bea40a7a931d14c370339853643c3df0
sha512: a2793efefe3f7e89054453cada03c25a900a4a6b71b2dfa0f5f33c1d8946711c983067dd54021faa5605074708db8e4225d104be703d307f3dbcc6035410acbd
sha256: 4bef3699381ef09e075628504187416565d710660fec65b057edf1ceb187fc4b
sha512: 61668dddf5e8c45a4554e19877c06d38c1615f2a672a68fae318f59400911736c5a03da4bfdb8d68ac85a51059d65681d8a365028fb09c3a1ab0ce4e03385d6a

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

0 comments on commit cc8426b

Please sign in to comment.