Skip to content

Commit ff4a1cb

Browse files
committed
chore: update go version in module to 1.23
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent e2a7a99 commit ff4a1cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.golangci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,5 @@ linters-settings:
101101
disabled: true
102102
testifylint:
103103
enable-all: true
104+
run:
105+
timeout: 5m

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/shirou/gopsutil/v4
22

3-
go 1.18
3+
go 1.23
4+
5+
toolchain go1.23.6
46

57
require (
68
github.com/ebitengine/purego v0.8.2

0 commit comments

Comments
 (0)