Skip to content

Commit 281f138

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: Iffde5a8298df8aa6c9ae17c73016e0669bba725d Reviewed-on: https://go-review.googlesource.com/c/tour/+/534735 Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Commit-Queue: Dmitri Shuralyov <[email protected]>
1 parent 9532451 commit 281f138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module golang.org/x/tour
22

3-
go 1.16
3+
go 1.18

0 commit comments

Comments
 (0)