Skip to content

Commit

Permalink
[Robbit] Update golang package to 1.22.2. (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-london authored Apr 4, 2024
1 parent 39d84ff commit 922a62c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ erlang-26/otp_src_oss_26.2.2.tgz:
object_id: ab24bd15-a93e-4e15-7446-d290c2be0202
sha: sha256:bb3d35e61d1e1e9c16b7152c63c5ff67e02fd4dcc1772f16b02f8638631d84a6
# this comment prevents git conflicts
golang/go1.22.1.linux-amd64.tar.gz:
size: 68965341
object_id: b203281f-3d4e-4f26-4e8a-55610f845388
sha: sha256:aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f
golang/go1.22.2.linux-amd64.tar.gz:
size: 68958123
object_id: 7757fbde-6293-4d44-616f-124db7723f69
sha: sha256:5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17
# this comment prevents git conflicts
haproxy/haproxy-2.6.16.tar.gz:
size: 4084854
Expand Down
2 changes: 1 addition & 1 deletion packages/golang/packaging
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set -e

tar xzf golang/go1.22.1.linux-amd64.tar.gz --strip-components=1 -C "${BOSH_INSTALL_TARGET}"
tar xzf golang/go1.22.2.linux-amd64.tar.gz --strip-components=1 -C "${BOSH_INSTALL_TARGET}"
4 changes: 2 additions & 2 deletions packages/golang/spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: golang
metadata:
version: '1.22.1'
version: '1.22.2'

files:
- golang/go1.22.1.linux-amd64.tar.gz
- golang/go1.22.2.linux-amd64.tar.gz

0 comments on commit 922a62c

Please sign in to comment.