Skip to content

Commit

Permalink
feat: update Go to 1.19
Browse files Browse the repository at this point in the history
See https://go.dev/doc/go1.19

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Aug 2, 2022
1 parent e83198d commit cd35510
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.18.4.src.tar.gz
- url: https://dl.google.com/go/go1.19.src.tar.gz
destination: go.src.tar.gz
sha256: 4525aa6b0e3cecb57845f4060a7075aafc9ab752bb7b6b4cf8a212d43078e1e4
sha512: 4872956e31fa5d681021db12e876bc60a1815cf45203e75db83d6c54e9b7138766ae44bf1659db5333eba0b6097aea1990519795fffd2f124e7a78b78df1339b
sha256: 9419cc70dc5a2523f29a77053cafff658ed21ef3561d9b6b020280ebceab28b9
sha512: c4460d54957a0bcf3407ea72cd1c6b3c645ef4ef6cc0fa142a80cb43c06ca4af31d52b0ccd723c81d17a62004bc96559cad23da874a4b668b4d8b168f1da2186

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

0 comments on commit cd35510

Please sign in to comment.