Skip to content

Commit 104605a

Browse files
dmitshurgopherbot
authored andcommitted
all: update go directive to 1.18
Done with: go get [email protected] go mod tidy go fix ./... Using go1.21.3. For golang/go#60268. Change-Id: Ibce5487c3018143b301935c9727007884f4d0974 Reviewed-on: https://go-review.googlesource.com/c/xerrors/+/534224 Reviewed-by: Dmitri Shuralyov <[email protected]> Commit-Queue: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]>
1 parent 04be3eb commit 104605a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module golang.org/x/xerrors
22

3-
go 1.17
3+
go 1.18

wrap_113_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build go1.13
6-
// +build go1.13
76

87
package xerrors_test
98

0 commit comments

Comments
 (0)