Browse Source

ci: remove .0 from go version

ayn2op 2 years ago
parent
commit
ce783cc5d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -1,6 +1,6 @@
 module github.com/ayn2op/discordo
 
-go 1.21.0
+go 1.21
 
 require (
 	github.com/alecthomas/kong v0.8.0