From 721b0d0b0abf4d3a16b42d80c3c6b4c1fc7b8b47 Mon Sep 17 00:00:00 2001 From: MattFrick Date: Sat, 20 Jul 2024 01:30:41 +0000 Subject: [PATCH] Automatic update of offsets.json --- 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 f773f641c..f52840a5d 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" } ] }