Browse Source

build: change go version to 1.23.2

ayn2op 1 year ago
parent
commit
da30c2e8fd
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.23.0
+go 1.23.2
 
 require (
 	github.com/BurntSushi/toml v1.4.0