Skip to content

Commit

Permalink
[Robbit] Update golang package.
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-london authored and Andrea Nodari committed Sep 17, 2018
1 parent 7577000 commit 888e88e
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 @@ -7,10 +7,10 @@ erlang/otp_src_oss_20.3.8.8.tgz:
size: 54653836
object_id: 9e60a97c-7d0a-4f34-7296-6da9f2b31b45
sha: sha256:e9cdb9433df950d1707228027cabe9aaa459978ba8a067be4add5609abaa5252
golang/go1.10.3.linux-amd64.tar.gz:
size: 132489256
object_id: 87588d3a-44e7-4ea7-43c6-f245c8c8418f
sha: sha256:fa1b0e45d3b647c252f51f5e1204aba049cde4af177ef9f2181f43004f901035
golang/go1.10.4.linux-amd64.tar.gz:
size: 92794622
object_id: 642462fd-ee41-4461-71f8-223c3bd3a0a3
sha: sha256:fa04efdb17a275a0c6e137f969a1c4eb878939e91e1da16060ce42f02c2ec5ec
haproxy/haproxy-1.6.13.tar.gz:
size: 1580214
object_id: 84b3dd36-e9f7-4917-aa31-67798f94975a
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.10.3.linux-amd64.tar.gz --strip-components=1 -C "${BOSH_INSTALL_TARGET}"
tar xzf golang/go1.10.4.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.10.3'
version: '1.10.4'

files:
- golang/go1.10.3.linux-amd64.tar.gz
- golang/go1.10.4.linux-amd64.tar.gz

0 comments on commit 888e88e

Please sign in to comment.