<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-x-review/go.mod, branch main</title>
<subtitle>Fork of golang.org/x/review with my patches.</subtitle>
<id>http://git.kilabit.info/go-x-review/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/go-x-review/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/'/>
<updated>2026-02-11T19:12:22Z</updated>
<entry>
<title>all: upgrade go directive to at least 1.25.0 [generated]</title>
<updated>2026-02-11T19:12:22Z</updated>
<author>
<name>Gopher Robot</name>
<email>gobot@golang.org</email>
</author>
<published>2026-02-11T18:54:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=55cca39997e216656d703840268b9ff8676b0672'/>
<id>urn:sha1:55cca39997e216656d703840268b9ff8676b0672</id>
<content type='text'>
By now Go 1.26.0 has been released, and Go 1.24 is no longer supported
per the Go Release Policy (see https://go.dev/doc/devel/release#policy).

See go.dev/doc/godebug#go-125 for GODEBUG changes relevant to Go 1.25.

For golang/go#69095.

[git-generate]
(cd . &amp;&amp; go get go@1.25.0 &amp;&amp; go mod tidy)

Change-Id: Id20bf062485b95401ad2d5db8054a0a396ca255c
Reviewed-on: https://go-review.googlesource.com/c/review/+/744660
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Michael Pratt &lt;mpratt@google.com&gt;
Auto-Submit: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Junyang Shao &lt;shaojunyang@google.com&gt;
</content>
</entry>
<entry>
<title>all: upgrade go directive to at least 1.24.0 [generated]</title>
<updated>2025-08-13T14:45:59Z</updated>
<author>
<name>Gopher Robot</name>
<email>gobot@golang.org</email>
</author>
<published>2025-08-13T14:21:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=76393d655c8f354421be1040adf3ce5f4ea322f0'/>
<id>urn:sha1:76393d655c8f354421be1040adf3ce5f4ea322f0</id>
<content type='text'>
By now Go 1.25.0 has been released, and Go 1.23 is no longer supported
per the Go Release Policy (see https://go.dev/doc/devel/release#policy).

For golang/go#69095.

[git-generate]
(cd . &amp;&amp; go get go@1.24.0 &amp;&amp; go mod tidy &amp;&amp; go fix ./... &amp;&amp; go mod edit -toolchain=none)

Change-Id: I2027bac1da172f9a103b6608707d65de65cc1f3c
Reviewed-on: https://go-review.googlesource.com/c/review/+/695735
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: David Chase &lt;drchase@google.com&gt;
Auto-Submit: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
</content>
</entry>
<entry>
<title>all: upgrade go directive to at least 1.23.0 [generated]</title>
<updated>2025-02-14T21:41:54Z</updated>
<author>
<name>Gopher Robot</name>
<email>gobot@golang.org</email>
</author>
<published>2025-02-14T21:16:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=44a75e6d7c7357094e78043f8786f4ad11fc811b'/>
<id>urn:sha1:44a75e6d7c7357094e78043f8786f4ad11fc811b</id>
<content type='text'>
By now Go 1.24.0 has been released, and Go 1.22 is no longer supported
per the Go Release Policy (https://go.dev/doc/devel/release#policy).

For golang/go#69095.

[git-generate]
(cd . &amp;&amp; go get go@1.23.0 &amp;&amp; go mod tidy &amp;&amp; go fix ./... &amp;&amp; go mod edit -toolchain=none)

Change-Id: I8369e7520e7c4881978b7dabc9e03f8cd86a3939
Reviewed-on: https://go-review.googlesource.com/c/review/+/649397
Auto-Submit: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Cherry Mui &lt;cherryyz@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
</content>
</entry>
<entry>
<title>all: update go directive to 1.18</title>
<updated>2023-10-11T14:05:16Z</updated>
<author>
<name>Dmitri Shuralyov</name>
<email>dmitshur@golang.org</email>
</author>
<published>2023-10-10T23:19:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=406355a4df8af4b140e43c56c0c4c9869471edca'/>
<id>urn:sha1:406355a4df8af4b140e43c56c0c4c9869471edca</id>
<content type='text'>
Done with:

go get go@1.18
go mod tidy
go fix ./...

Using go1.21.3.

While here, use testing.T.Helper directly and delete go19_test.go.

For golang/go#60268.

Change-Id: I924bb6d107180a04d1f879003b169c7f792d8dd4
Reviewed-on: https://go-review.googlesource.com/c/review/+/534198
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Auto-Submit: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
</content>
</entry>
<entry>
<title>all: update go.mod version</title>
<updated>2022-04-05T17:00:23Z</updated>
<author>
<name>Filippo Valsorda</name>
<email>filippo@golang.org</email>
</author>
<published>2022-04-05T09:41:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=de8a882f906a462d2dce15a16b07346147b00c86'/>
<id>urn:sha1:de8a882f906a462d2dce15a16b07346147b00c86</id>
<content type='text'>
Signed shifts in gofmt.go and submit.go require Go 1.13 or later.

Change-Id: I32c84ddfd052717d06f1bbe1543a5d4558b60807
Reviewed-on: https://go-review.googlesource.com/c/review/+/398374
Trust: Filippo Valsorda &lt;filippo@golang.org&gt;
Run-TryBot: Filippo Valsorda &lt;filippo@golang.org&gt;
Auto-Submit: Filippo Valsorda &lt;filippo@golang.org&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
</content>
</entry>
<entry>
<title>go.mod: add go version directive</title>
<updated>2019-08-30T13:57:01Z</updated>
<author>
<name>Bryan C. Mills</name>
<email>bcmills@google.com</email>
</author>
<published>2019-08-30T12:54:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=11e366f73b1246ae71e6fcf989a0c7ce06bbe6ed'/>
<id>urn:sha1:11e366f73b1246ae71e6fcf989a0c7ce06bbe6ed</id>
<content type='text'>
(I mostly just wanted to make a trivial change to this repo to clear
out the failure cells for misconfigured builders on the landing page
of https://build.golang.org.)

Updates golang/go#32836

Change-Id: Ibcea7e75912ca377fd78cef37d8beb29ab8b83d3
Reviewed-on: https://go-review.googlesource.com/c/review/+/192557
Run-TryBot: Bryan C. Mills &lt;bcmills@google.com&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
</content>
</entry>
<entry>
<title>all: add a go.mod file</title>
<updated>2019-03-13T15:21:26Z</updated>
<author>
<name>Michael Matloob</name>
<email>matloob@golang.org</email>
</author>
<published>2019-02-15T22:32:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=05c26900aa9101b5ab40490ad329fab7dfa56cb6'/>
<id>urn:sha1:05c26900aa9101b5ab40490ad329fab7dfa56cb6</id>
<content type='text'>
This change adds a go.mod file to this repo, following the
requirements stated in bcmills's comment here:
https://golang.org/issue/28136#issuecomment-462971974. It's
important to note that we will not be
adding versions to the repo for now.

There is no go.sum file because this repo has no dependencies.

The change was generated by running "go mod init" and "go mod tidy" using Go
1.11.5 in the top-level directory of the repository.

Updates golang/go#28136

Change-Id: Ie24d8bb73104e8299d3d22cf6c72a295036804f7
Reviewed-on: https://go-review.googlesource.com/c/review/+/162916
Run-TryBot: Michael Matloob &lt;matloob@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
</content>
</entry>
</feed>
