]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/goobj: bump version number
authorCherry Mui <cherryyz@google.com>
Thu, 28 Oct 2021 20:06:21 +0000 (16:06 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 28 Oct 2021 20:27:44 +0000 (20:27 +0000)
commit5e217284dc9f3b55e8c8b225dc81c1eb1004d423
treef68b0d5728e84f6034173445a65fd79958d9cbaa
parentf229e7031a6efb2f23241b5da000c3b3203081d6
cmd/internal/goobj: bump version number

There have a few updates to the Go object file in this cycle (e.g.
FuncInfo format change, some changes in constant values), and it
is not compatible with the old tools. Bump up the version number.

Change-Id: Id176979b139c76ded2c50f2678eb313934326d6f
Reviewed-on: https://go-review.googlesource.com/c/go/+/359483
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/internal/goobj/objfile.go