Skip to content

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

+1-1
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)