File tree 3 files changed +10
-12
lines changed
3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 2.1
4
4
jobs :
5
5
lint :
6
6
docker :
7
- - image : cimg/go:1.23
7
+ - image : cimg/go:1.24
8
8
steps :
9
9
- checkout
10
10
- run : make check_license
@@ -46,16 +46,14 @@ workflows:
46
46
matrix :
47
47
parameters :
48
48
go_version :
49
- - " 1.21"
50
- - " 1.22"
51
49
- " 1.23"
50
+ - " 1.24"
52
51
- test :
53
52
name : test-windows
54
53
os : windows
55
54
run_test : false
56
55
matrix :
57
56
parameters :
58
57
go_version :
59
- - " 1.21"
60
- - " 1.22"
61
58
- " 1.23"
59
+ - " 1.24"
Original file line number Diff line number Diff line change 1
1
module github.com/prometheus/procfs
2
2
3
- go 1.21
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/google/go-cmp v0.7.0
7
- golang.org/x/sync v0.11 .0
8
- golang.org/x/sys v0.30 .0
7
+ golang.org/x/sync v0.12 .0
8
+ golang.org/x/sys v0.31 .0
9
9
)
Original file line number Diff line number Diff line change 1
1
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
2
2
github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
3
- golang.org/x/sync v0.11 .0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w =
4
- golang.org/x/sync v0.11 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
5
- golang.org/x/sys v0.30 .0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
6
- golang.org/x/sys v0.30 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
3
+ golang.org/x/sync v0.12 .0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw =
4
+ golang.org/x/sync v0.12 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
5
+ golang.org/x/sys v0.31 .0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
6
+ golang.org/x/sys v0.31 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
You can’t perform that action at this time.
0 commit comments