diff options
| author | Filippo Valsorda <filippo@golang.org> | 2022-04-05 05:41:11 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-04-05 17:00:23 +0000 |
| commit | de8a882f906a462d2dce15a16b07346147b00c86 (patch) | |
| tree | a8bda95e11dade7dfa228bc6585933c2e4b997e9 /go.mod | |
| parent | 543cc2605128e72dd7c49d32a4788fc1e2f47dc6 (diff) | |
| download | go-x-review-de8a882f906a462d2dce15a16b07346147b00c86.tar.xz | |
all: update go.mod version
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 <filippo@golang.org>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ module golang.org/x/review -go 1.11 +go 1.13 |
