File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 2.1
44jobs :
55 lint :
66 docker :
7- - image : cimg/go:1.22
7+ - image : cimg/go:1.23
88 steps :
99 - checkout
1010 - run : make check_license
@@ -46,16 +46,16 @@ workflows:
4646 matrix :
4747 parameters :
4848 go_version :
49- - " 1.20"
5049 - " 1.21"
5150 - " 1.22"
51+ - " 1.23"
5252 - test :
5353 name : test-windows
5454 os : windows
5555 run_test : false
5656 matrix :
5757 parameters :
5858 go_version :
59- - " 1.20"
6059 - " 1.21"
6160 - " 1.22"
61+ - " 1.23"
Original file line number Diff line number Diff line change 11module github.com/prometheus/procfs
22
3- go 1.20
3+ go 1.21
44
55require (
66 github.com/google/go-cmp v0.6.0
77 golang.org/x/sync v0.8.0
8- golang.org/x/sys v0.24 .0
8+ golang.org/x/sys v0.25 .0
99)
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
22github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
33golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ =
44golang.org/x/sync v0.8.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
5- golang.org/x/sys v0.24 .0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg =
6- golang.org/x/sys v0.24 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
5+ golang.org/x/sys v0.25 .0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34 =
6+ golang.org/x/sys v0.25 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
You can’t perform that action at this time.
0 commit comments