File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change 11module github.com/spinframework/runtime-class-manager
22
3- go 1.24.1
3+ go 1.25.5
44
55require (
66 github.com/mitchellh/go-ps v1.0.0
You can’t perform that action at this time.
0 commit comments