Skip to content

Commit 0ac882e

Browse files
committed
update rcm to go1.24.1 (#349)
* update rcm to go1.24.1 Signed-off-by: Christoph Voigt <[email protected]> * update ci to go1.24 Signed-off-by: Christoph Voigt <[email protected]> --------- Signed-off-by: Christoph Voigt <[email protected]>
1 parent 1e3e144 commit 0ac882e

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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:
@@ -37,9 +37,9 @@ jobs:
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

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/spinframework/runtime-class-manager
22

3-
go 1.23.0
4-
5-
toolchain go1.23.5
3+
go 1.24.1
64

75
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
188188
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
189189
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
190190
golang.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=
193193
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
194194
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
195195
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=

0 commit comments

Comments
 (0)