Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update golang package #336

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.23.0.linux-amd64.tar.gz:
size: 73590011
object_id: ee28fd3d-a940-49bb-6839-587ed67e8790
sha: sha256:905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3
cf-rabbitmq-multitenant-broker-golang/go1.23.1.linux-amd64.tar.gz:
size: 73598519
object_id: c2298708-2360-44d2-4659-f7c583eb82c9
sha: sha256:49bbb517cfa9eee677e1e7897f7cf9cfdbcf49e05f61984a2789136de359f9bd
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.23.0.linux-amd64.tar.gz --strip-components=1 -C "${BOSH_INSTALL_TARGET}"
tar xzf cf-rabbitmq-multitenant-broker-golang/go1.23.1.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.23.0'
version: '1.23.1'

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