Skip to content

Commit

Permalink
Use only minor version in go module
Browse files Browse the repository at this point in the history
This change removes the patch version specifier from the go version in the go.mod file.

See https://go.dev/ref/mod#go-mod-file-go

Signed-off-by: Evan Lezar <elezar@nvidia.com>
  • Loading branch information
elezar authored May 21, 2024
1 parent 5f08fbb commit 76e4672
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,3 +1,3 @@
module github.com/xrash/smetrics

go 1.15.0
go 1.15

0 comments on commit 76e4672

Please sign in to comment.