Skip to content

Commit

Permalink
Merge pull request #196 from regro-cf-autotick-bot/1.20.7_h5b1be4
Browse files Browse the repository at this point in the history
go v1.20.7
  • Loading branch information
xhochy authored Aug 10, 2023
2 parents c841548 + cebf50a commit a9f4eb4
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ build_platform:
osx_arm64: osx_64
linux_aarch64: linux_64
linux_ppc64le: linux_64
build_with_mambabuild: false
conda_forge_output_validation: true
github:
branch_name: main
Expand Down
14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "go" %}
{% set version = "1.20.6" %}
{% set version = "1.20.7" %}

package:
name: {{ name }}-{{ go_variant_str }}
Expand All @@ -8,7 +8,7 @@ package:
source:
- folder: go
url: https://dl.google.com/{{ name }}/go{{ version }}.src.tar.gz
sha256: 62ee5bc6fb55b8bae8f705e0cb8df86d6453626b4ecf93279e2867092e0b7f70
sha256: 2c5ee9c9ec1e733b0dbbc2bdfed3f62306e51d8172bf38f4f4e542b27520f597
patches:
# Please see patches/README.md for more details
- patches/0001-Fix-cgo_fortran-test-setup-for-conda.patch
Expand All @@ -24,22 +24,22 @@ source:
# Update this with a release from https://go.dev/dl/
- folder: go-bootstrap # [aarch64 or ppc64le or osx or win64 or (linux and x86_64)]
url: https://go.dev/dl/go{{ version }}.linux-arm64.tar.gz # [aarch64]
sha256: 4e15ab37556e979181a1a1cc60f6d796932223a0f5351d7c83768b356f84429b # [aarch64]
sha256: 44781ae3b153c3b07651d93b6bc554e835a36e2d72a696281c1e4dad9efffe43 # [aarch64]

url: https://go.dev/dl/go{{ version }}.linux-amd64.tar.gz # [linux and x86_64]
sha256: b945ae2bb5db01a0fb4786afde64e6fbab50b67f6fa0eb6cfa4924f16a7ff1eb # [linux and x86_64]
sha256: f0a87f1bcae91c4b69f8dc2bc6d7e6bfcd7524fceec130af525058c0c17b1b44 # [linux and x86_64]

url: https://go.dev/dl/go{{ version }}.linux-ppc64le.tar.gz # [ppc64le]
sha256: a1b91a42a40bba54bfd5c96c23d72250e0c424038d0d2b5c7950b828b4905822 # [ppc64le]
sha256: 6318a1db307c12b8afe68808bd6fae4fba1e558a85b958216096869ed506dcb3 # [ppc64le]

url: https://go.dev/dl/go{{ version }}.windows-amd64.zip # [win64]
sha256: b67dd7f2b4589701e53c98e348e1b4d9a7c3536dc316941172b2f0b60ae4ce5f # [win64]
sha256: 736dc6c7fcab1c96b682c8c93e38d7e371e62a17d34cb2c37d451a1147f66af9 # [win64]

# url: https://go.dev/dl/go{{ version }}.darwin-arm64.tar.gz # [osx and arm64]
# sha256: 49e394ab92bc6fa3df3d27298ddf3e4491f99477bee9dd4934525a526f3a391c # [osx and arm64]

url: https://go.dev/dl/go{{ version }}.darwin-amd64.tar.gz # [osx]
sha256: 98a09c085b4c385abae7d35b9155195d5e584d14988347ac7f18e4cbe3b5ef3d # [osx]
sha256: 785170eab380a8985d53896808b0a71336d0ea60e0a26099b4ccec77798b1cf4 # [osx]

build:
binary_relocation: false
Expand Down

0 comments on commit a9f4eb4

Please sign in to comment.