Skip to content

Commit 281f138

Browse files
dmitshurgopherbot
authored andcommitted
all: update go directive to 1.18
Done with: go get go@1.18 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 <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@google.com> Commit-Queue: Dmitri Shuralyov <dmitshur@google.com>
1 parent 9532451 commit 281f138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/tour
22

3-
go 1.16
3+
go 1.18

0 commit comments

Comments
 (0)