Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 052d873

Browse files
authored
build: Update blobs (#22)
* build: Update golang version and update blobs
1 parent 4a440fe commit 052d873

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

config/blobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
golang/go1.18.5.linux-amd64.tar.gz:
2-
size: 141855946
3-
object_id: d380aecf-44d1-4003-61f5-36a76ad4c864
4-
sha: sha256:9e5de37f9c49942c601b191ac5fba404b868bfc21d446d6960acc12283d6e5f2
1+
golang/go1.20.3.linux-amd64.tar.gz:
2+
size: 100142274
3+
object_id: 174649c4-e2e3-4628-6a2c-662beef751af
4+
sha: sha256:979694c2c25c735755bf26f4f45e19e64e4811d661dd07b8c010f7a8e18adfca
55
libpcap-1.10.1.tgz:
66
size: 935221
77
object_id: 71073646-0c7a-4aba-5c05-19f5330adb7a

packages/pcap-agent/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88
# $BOSH_COMPILE_TARGET - where this package & spec'd source files are available
99
# $BOSH_INSTALL_TARGET - where you copy/install files to be included in package
1010

11-
tar xzf golang/go1.20.2.linux-amd64.tar.gz
11+
tar xzf golang/go1.20.3.linux-amd64.tar.gz
1212
export GOROOT="${BOSH_COMPILE_TARGET}/go"
1313
export PATH="${PATH}:${GOROOT}/bin"
1414

packages/pcap-agent/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ name: pcap-agent
44
dependencies: []
55

66
files:
7-
- golang/go1.20.2.linux-amd64.tar.gz
7+
- golang/go1.20.3.linux-amd64.tar.gz
88
- pcap/**/*
99
- libpcap-1.10.1.tgz

packages/pcap-api/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
# $BOSH_INSTALL_TARGET - where you copy/install files to be included in package
66

77
# FIXME: Adjust to vendored BOSH package
8-
tar xzf golang/go1.20.2.linux-amd64.tar.gz
8+
tar xzf golang/go1.20.3.linux-amd64.tar.gz
99
export GOROOT=$BOSH_COMPILE_TARGET/go
1010

1111
# TODO: maybe these are not needed? Where does this get executed?

packages/pcap-api/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ name: pcap-api
44
dependencies: []
55

66
files:
7-
- golang/go1.20.2.linux-amd64.tar.gz
7+
- golang/go1.20.3.linux-amd64.tar.gz
88
- pcap/**/*
99
- libpcap-1.10.1.tgz

0 commit comments

Comments
 (0)