File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Set up Go
19- uses : actions/setup-go@v4
19+ uses : actions/setup-go@v6
2020 with :
2121 go-version : 1.24.4
2222
2323 - name : Cache Go modules
24- uses : actions/cache@v4
24+ uses : actions/cache@v5
2525 with :
2626 path : |
2727 ~/.cache/go-build
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ require (
1111 github.com/stretchr/testify v1.11.1
1212 google.golang.org/protobuf v1.36.11
1313 k8s.io/klog v1.0.0
14+ k8s.io/klog/v2 v2.130.1
1415)
1516
1617require (
Original file line number Diff line number Diff line change @@ -48,5 +48,6 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
4848gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
4949k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8 =
5050k8s.io/klog v1.0.0 /go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I =
51+ k8s.io/klog/v2 v2.130.1 /go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE =
5152sigs.k8s.io/yaml v1.6.0 h1:G8fkbMSAFqgEFgh4b1wmtzDnioxFCUgTZhlbj5P9QYs =
5253sigs.k8s.io/yaml v1.6.0 /go.mod h1:796bPqUfzR/0jLAl6XjHl3Ck7MiyVv8dbTdyT3/pMf4 =
You can’t perform that action at this time.
0 commit comments