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

chore: bump go to 1.18.1 #185

Merged
merged 1 commit into from
Apr 13, 2022
Merged
Show file tree
Hide file tree
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.18.src.tar.gz
- url: https://dl.google.com/go/go1.18.1.src.tar.gz
destination: go.src.tar.gz
sha256: 38f423db4cc834883f2b52344282fa7a39fbb93650dc62a11fdf0be6409bdad6
sha512: f10356df9099e4d027415be5c73bd2551f2f941a31feb21e1ccc03b7d8faa1844f0a639a508e990712e11ec335675e57504edb323fa1eee63e1d09b8523b3b0d
sha256: efd43e0f1402e083b73a03d444b7b6576bb4c539ac46208b63a916b69aca4088
sha512: baa053e2d713b235b9285c946b4f0842085a5224d1f4cbe92a446fbf97ed9f7289c8d4ba212fb31dd2e4eac39bb4c015f478543a1856594c2d1fc331c946f571

env:
GOROOT_BOOTSTRAP: '{{ .TOOLCHAIN }}/go_bootstrap'
Expand Down
10 changes: 5 additions & 5 deletions zlib/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ dependencies:
- stage: base
steps:
- sources:
- url: https://zlib.net/zlib-1.2.12.tar.xz
destination: zlib.tar.xz
sha256: 7db46b8d7726232a621befaab4a1c870f00a90805511c0e0090441dac57def18
sha512: 12940e81e988f7661da52fa20bdc333314ae86a621fdb748804a20840b065a1d6d984430f2d41f3a057de0effc6ff9bcf42f9ee9510b88219085f59cbbd082bd
- url: https://zlib.net/fossils/zlib-1.2.12.tar.gz
destination: zlib.tar.gz
sha256: 91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9
sha512: cc2366fa45d5dfee1f983c8c51515e0cff959b61471e2e8d24350dea22d3f6fcc50723615a911b046ffc95f51ba337d39ae402131a55e6d1541d3b095d6c0a14
prepare:
- |
tar -xJf zlib.tar.xz --strip-components=1
tar -xf zlib.tar.gz --strip-components=1
mkdir build
cd build

Expand Down