Explorar el Código

build: change go version to 1.23.2

ayn2op hace 1 año
padre
commit
da30c2e8fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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