Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b84ac5a

Browse files
authored
go.mod: fix go version format (#1682)
As of Go 1.21, toolchain versions must use the 1.N.P syntax. https://go.dev/doc/toolchain#version
1 parent 88ff88b commit b84ac5a

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,5 +1,5 @@
11
module github.com/go-sql-driver/mysql
22

3-
go 1.21
3+
go 1.21.0
44

55
require filippo.io/edwards25519 v1.1.0

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /