Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump Go to 1.15.9 #130

Merged
merged 1 commit into from
Mar 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.15.8.src.tar.gz
- url: https://dl.google.com/go/go1.15.9.src.tar.gz
destination: go.src.tar.gz
sha256: 540c0ab7781084d124991321ed1458e479982de94454a98afab6acadf38497c2
sha512: 4b805425550aff5c38f1f66fa7f7b3282b20850b1c0735898ee62820080514a2a6ab573f1d6984656c5bb955ec2b10cef90fbb7ab6a6c8f1e75ebc0964a04a80
sha256: 90983b9c84a92417337dc1942ff066fc8b3a69733b8b5493fd0b9b9db1ead60f
sha512: fe624bd3fa205e7b314d92203dcc0bbcc3230eb915a9b4ff3ec19b18e6e2f104c1b93a690b2da6b9f45fc600a3beda96ef080b23f6361fb2971599f2a00c4f69

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