File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828 - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2929 with :
30- go-version : " 1.23 "
30+ go-version : " 1.24 "
3131 - run : make test
3232
3333 golangci :
3737 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838 - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3939 with :
40- go-version : " 1.23 "
40+ go-version : " 1.24 "
4141 - name : golangci-lint
4242 uses : golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1
4343 with :
44- version : v1.63.4
44+ version : v1.64.7
4545 skip-cache : true
Original file line number Diff line number Diff line change 11module github.com/spinframework/runtime-class-manager
22
3- go 1.23.0
4-
5- toolchain go1.23.5
3+ go 1.24.1
64
75require (
86 github.com/mitchellh/go-ps v1.0.0
@@ -75,7 +73,7 @@ require (
7573 golang.org/x/oauth2 v0.25.0 // indirect
7674 golang.org/x/sync v0.10.0 // indirect
7775 golang.org/x/sys v0.29.0 // indirect
78- golang.org/x/term v0.27 .0 // indirect
76+ golang.org/x/term v0.28 .0 // indirect
7977 golang.org/x/text v0.21.0 // indirect
8078 golang.org/x/time v0.8.0 // indirect
8179 golang.org/x/tools v0.28.0 // indirect
Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
188188golang.org/x/sys v0.12.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
189189golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =
190190golang.org/x/sys v0.29.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
191- golang.org/x/term v0.27 .0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q =
192- golang.org/x/term v0.27 .0 /go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM =
191+ golang.org/x/term v0.28 .0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg =
192+ golang.org/x/term v0.28 .0 /go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek =
193193golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
194194golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
195195golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo =
You can’t perform that action at this time.
0 commit comments