Skip to content

Commit

Permalink
[Robbit] Update golang package to 1.20.7. (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-london committed Aug 2, 2023
1 parent 27481ff commit 3b2d97f
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 @@ -10,10 +10,10 @@ erlang-25/otp_src_oss_25.3.2.4.tgz:
object_id: 1087eadd-97ba-433d-676e-457d3f5c3fdd
sha: sha256:2c521238f1e586fc1a59ad92968410d4704447eeb22b3cec4c9277e1e4f6103d
# this comment prevents git conflicts
golang/go1.20.6.linux-amd64.tar.gz:
size: 100214407
object_id: 1982156e-6b51-471f-66ca-a3f5453eda52
sha: sha256:b945ae2bb5db01a0fb4786afde64e6fbab50b67f6fa0eb6cfa4924f16a7ff1eb
golang/go1.20.7.linux-amd64.tar.gz:
size: 100222605
object_id: 144bc4ef-b89c-4f77-7063-5375928d1806
sha: sha256:f0a87f1bcae91c4b69f8dc2bc6d7e6bfcd7524fceec130af525058c0c17b1b44
# this comment prevents git conflicts
haproxy/haproxy-2.6.14.tar.gz:
size: 4067797
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.20.6.linux-amd64.tar.gz --strip-components=1 -C "${BOSH_INSTALL_TARGET}"
tar xzf golang/go1.20.7.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.20.6'
version: '1.20.7'

files:
- golang/go1.20.6.linux-amd64.tar.gz
- golang/go1.20.7.linux-amd64.tar.gz

0 comments on commit 3b2d97f

Please sign in to comment.