Skip to content

Commit

Permalink
Updating buildpack.toml with new versions 1.21.11, 1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
initializ-bot committed Jun 5, 2024
1 parent 48245c3 commit f6129c9
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,6 @@ api = "0.7"
[metadata.default-versions]
go = "1.21.*"

[[metadata.dependencies]]
checksum = "sha256:f76194c2dc607e0df4ed2e7b825b5847cb37e34fc70d780e2f6c7e805634a7ea"
cpe = "cpe:2.3:a:golang:go:1.21.9:*:*:*:*:*:*:*"
id = "go"
licenses = ["BSD-3-Clause"]
name = "Go"
purl = "pkg:generic/[email protected]?checksum=f76194c2dc607e0df4ed2e7b825b5847cb37e34fc70d780e2f6c7e805634a7ea&download_url=https://go.dev/dl/go1.21.9.linux-amd64.tar.gz"
source = "https://go.dev/dl/go1.21.9.src.tar.gz"
source-checksum = "sha256:58f0c5ced45a0012bce2ff7a9df03e128abcc8818ebabe5027bb92bafe20e421"
stacks = ["*"]
strip-components = 1
uri = "https://go.dev/dl/go1.21.9.linux-amd64.tar.gz"
version = "1.21.9"

[[metadata.dependencies]]
checksum = "sha256:e330e5d977bf4f3bdc157bc46cf41afa5b13d66c914e12fd6b694ccda65fcf92"
cpe = "cpe:2.3:a:golang:go:1.21.10:*:*:*:*:*:*:*"
Expand All @@ -47,18 +33,18 @@ api = "0.7"
version = "1.21.10"

[[metadata.dependencies]]
checksum = "sha256:5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17"
cpe = "cpe:2.3:a:golang:go:1.22.2:*:*:*:*:*:*:*"
checksum = "sha256:54a87a9325155b98c85bc04dc50298ddd682489eb47f486f2e6cb0707554abf0"
cpe = "cpe:2.3:a:golang:go:1.21.11:*:*:*:*:*:*:*"
id = "go"
licenses = ["BSD-3-Clause"]
name = "Go"
purl = "pkg:generic/go@go1.22.2?checksum=5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17&download_url=https://go.dev/dl/go1.22.2.linux-amd64.tar.gz"
source = "https://go.dev/dl/go1.22.2.src.tar.gz"
source-checksum = "sha256:374ea82b289ec738e968267cac59c7d5ff180f9492250254784b2044e90df5a9"
purl = "pkg:generic/go@go1.21.11?checksum=54a87a9325155b98c85bc04dc50298ddd682489eb47f486f2e6cb0707554abf0&download_url=https://go.dev/dl/go1.21.11.linux-amd64.tar.gz"
source = "https://go.dev/dl/go1.21.11.src.tar.gz"
source-checksum = "sha256:42aee9bf2b6956c75a7ad6aa3f0a51b5821ffeac57f5a2e733a2d6eae1e6d9d2"
stacks = ["*"]
strip-components = 1
uri = "https://go.dev/dl/go1.22.2.linux-amd64.tar.gz"
version = "1.22.2"
uri = "https://go.dev/dl/go1.21.11.linux-amd64.tar.gz"
version = "1.21.11"

[[metadata.dependencies]]
checksum = "sha256:8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36"
Expand All @@ -74,6 +60,20 @@ api = "0.7"
uri = "https://go.dev/dl/go1.22.3.linux-amd64.tar.gz"
version = "1.22.3"

[[metadata.dependencies]]
checksum = "sha256:ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d"
cpe = "cpe:2.3:a:golang:go:1.22.4:*:*:*:*:*:*:*"
id = "go"
licenses = ["BSD-3-Clause"]
name = "Go"
purl = "pkg:generic/[email protected]?checksum=ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d&download_url=https://go.dev/dl/go1.22.4.linux-amd64.tar.gz"
source = "https://go.dev/dl/go1.22.4.src.tar.gz"
source-checksum = "sha256:fed720678e728a7ca30ba8d1ded1caafe27d16028fab0232b8ba8e22008fb784"
stacks = ["*"]
strip-components = 1
uri = "https://go.dev/dl/go1.22.4.linux-amd64.tar.gz"
version = "1.22.4"

[[metadata.dependency-constraints]]
constraint = "1.21.*"
id = "go"
Expand Down

0 comments on commit f6129c9

Please sign in to comment.