Skip to content

Commit

Permalink
[Robbit] Update golang package to 1.23.0. (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: CI Pipeline <cf-london-eng@pivotal.io>
  • Loading branch information
MirahImage and cf-london authored Aug 14, 2024
1 parent 1130055 commit 285d1e1
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.22.6.linux-amd64.tar.gz:
size: 68973343
object_id: a5c56ea6-5ab5-438b-60e9-d205cefaa0e7
sha: sha256:999805bed7d9039ec3da1a53bfbcafc13e367da52aa823cb60b68ba22d44c616
cf-rabbitmq-multitenant-broker-golang/go1.23.0.linux-amd64.tar.gz:
size: 73590011
object_id: ee28fd3d-a940-49bb-6839-587ed67e8790
sha: sha256:905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3
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.22.6.linux-amd64.tar.gz --strip-components=1 -C "${BOSH_INSTALL_TARGET}"
tar xzf cf-rabbitmq-multitenant-broker-golang/go1.23.0.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.22.6'
version: '1.23.0'

files:
- cf-rabbitmq-multitenant-broker-golang/go1.22.6.linux-amd64.tar.gz
- cf-rabbitmq-multitenant-broker-golang/go1.23.0.linux-amd64.tar.gz

0 comments on commit 285d1e1

Please sign in to comment.