Skip to content

Commit

Permalink
go.mod: fix go version format
Browse files Browse the repository at this point in the history
As of Go 1.21, toolchain versions must use the 1.N.P syntax.
https://go.dev/doc/toolchain#version
  • Loading branch information
methane committed Mar 10, 2025
1 parent 58941dd commit 941dc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/go-sql-driver/mysql

go 1.21
go 1.21.0

require filippo.io/edwards25519 v1.1.0

0 comments on commit 941dc48

Please sign in to comment.