Skip to content

Commit

Permalink
[Robbit] Update golang package to 1.21.7. (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-london committed Feb 7, 2024
1 parent aa2dd7b commit 7a9ce3a
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
@@ -1,6 +1,6 @@
---
# this comment prevents git conflicts
cf-rabbitmq-multitenant-broker-golang/go1.21.6.linux-amd64.tar.gz:
size: 66704768
object_id: c4cded33-6f6d-4255-5c47-0a663fb486ed
sha: sha256:3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4
cf-rabbitmq-multitenant-broker-golang/go1.21.7.linux-amd64.tar.gz:
size: 66650107
object_id: 3902e18a-6057-4f16-4853-c3d6f788d05c
sha: sha256:13b76a9b2a26823e53062fa841b07087d48ae2ef2936445dc34c4ae03293702c
2 changes: 1 addition & 1 deletion packages/cf-rabbitmq-multitenant-broker-golang/packaging
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set -e

tar xzf cf-rabbitmq-multitenant-broker-golang/go1.21.6.linux-amd64.tar.gz --strip-components=1 -C "${BOSH_INSTALL_TARGET}"
tar xzf cf-rabbitmq-multitenant-broker-golang/go1.21.7.linux-amd64.tar.gz --strip-components=1 -C "${BOSH_INSTALL_TARGET}"
4 changes: 2 additions & 2 deletions packages/cf-rabbitmq-multitenant-broker-golang/spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: cf-rabbitmq-multitenant-broker-golang
metadata:
version: '1.21.6'
version: '1.21.7'

files:
- cf-rabbitmq-multitenant-broker-golang/go1.21.6.linux-amd64.tar.gz
- cf-rabbitmq-multitenant-broker-golang/go1.21.7.linux-amd64.tar.gz

0 comments on commit 7a9ce3a

Please sign in to comment.