Skip to content

Commit f5b27f2

Browse files
committed
chore(go.mod/ci): bump go to 1.25.5
Signed-off-by: Vaughn Dice <[email protected]>
1 parent bacf7ba commit f5b27f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2525
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2626
with:
27-
go-version: "1.24"
27+
go-version: "1.25.5"
2828
- run: make test
2929

3030
golangci:
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3535
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3636
with:
37-
go-version: "1.24"
37+
go-version: "1.25.5"
3838
- name: golangci-lint
3939
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
4040
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/spinframework/runtime-class-manager
22

3-
go 1.24.1
3+
go 1.25.5
44

55
require (
66
github.com/mitchellh/go-ps v1.0.0

0 commit comments

Comments
 (0)