Skip to content

Commit 11232f9

Browse files
committed
fix: remove deprecation notice
Signed-off-by: Chris Goller <goller@gmail.com>
1 parent 04f0c5a commit 11232f9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pkg/cmd/gocache/wire/wire.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,7 @@ type ProgRequest struct {
6060
// BodySize is the number of bytes of Body. If zero, the body isn't written.
6161
BodySize int64 `json:",omitempty"`
6262

63-
// ObjectID is the accidental spelling of OutputID that was used prior to Go
64-
// 1.24.
65-
//
66-
// Deprecated: use OutputID. This field is only populated temporarily for
67-
// backwards compatibility with Go 1.23 and earlier when
68-
// GOEXPERIMENT=gocacheprog is set. It will be removed in Go 1.25.
63+
// ObjectID is the accidental spelling of OutputID that was used prior to Go 1.24.
6964
ObjectID []byte `json:",omitempty"`
7065
}
7166

0 commit comments

Comments
 (0)