From 9a5f90eedbf5769bae73ceacb055623238a4af61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 17:10:52 -0400 Subject: [PATCH] Automatic update of offsets.json (#1043) --- pkg/internal/goexec/offsets.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkg/internal/goexec/offsets.json b/pkg/internal/goexec/offsets.json index cf48c349e..74e541085 100755 --- a/pkg/internal/goexec/offsets.json +++ b/pkg/internal/goexec/offsets.json @@ -152,12 +152,16 @@ "bw": { "versions": { "oldest": "9.0.0", - "newest": "9.5.4" + "newest": "9.6.0" }, "offsets": [ { "offset": 32, "since": "9.0.0" + }, + { + "offset": 48, + "since": "9.6.0" } ] }