chore: update go version in module to 1.23

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
pull/1804/head
Matthieu MOREL 3 weeks ago
parent 62da883e11
commit 7bebd975ec

@ -122,3 +122,5 @@ linters-settings:
usetesting: usetesting:
os-create-temp: false os-create-temp: false
os-mkdir-temp: false os-mkdir-temp: false
run:
timeout: 5m

@ -1,6 +1,6 @@
module github.com/shirou/gopsutil/v4 module github.com/shirou/gopsutil/v4
go 1.18 go 1.23
require ( require (
github.com/ebitengine/purego v0.8.2 github.com/ebitengine/purego v0.8.2

Loading…
Cancel
Save