Skip to content

Commit

Permalink
[Robbit] Update golang package to 1.21.0. (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-london committed Aug 8, 2023
1 parent 686074a commit 8ec11e1
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.5.tgz:
object_id: a69f910e-48b6-4881-712a-83f710f2c973
sha: sha256:d17c273ddd47e1105790e8bdb650be30cf2bc5a4f2d0293834b8cb784ac52323
# this comment prevents git conflicts
golang/go1.20.7.linux-amd64.tar.gz:
size: 100222605
object_id: 144bc4ef-b89c-4f77-7063-5375928d1806
sha: sha256:f0a87f1bcae91c4b69f8dc2bc6d7e6bfcd7524fceec130af525058c0c17b1b44
golang/go1.21.0.linux-amd64.tar.gz:
size: 66479500
object_id: e2788bc5-a3b5-4337-5c57-c419703add06
sha: sha256:d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
# 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.7.linux-amd64.tar.gz --strip-components=1 -C "${BOSH_INSTALL_TARGET}"
tar xzf golang/go1.21.0.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.7'
version: '1.21.0'

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

0 comments on commit 8ec11e1

Please sign in to comment.