File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@v4
1717 with :
18- go-version : 1.24.4
18+ go-version : 1.24.5
1919 - name : golangci-lint
2020 if : github.event_name == 'pull_request'
2121 uses : golangci/golangci-lint-action@v6
@@ -31,10 +31,10 @@ jobs:
3131 - name : Set up Go
3232 uses : actions/setup-go@v4
3333 with :
34- go-version : 1.24.4
34+ go-version : 1.24.5
3535 - name : Test
3636 run : make test
37- - uses : codecov/codecov-action@v4.5 .0
37+ - uses : codecov/codecov-action@v4.6 .0
3838 with :
3939 token : ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4040 files : ./cover.out # optional
Original file line number Diff line number Diff line change 1313 - name : Set up Go
1414 uses : actions/setup-go@v4
1515 with :
16- go-version : 1.24.4
16+ go-version : 1.24.5
1717 - name : golangci-lint
1818 if : github.event_name == 'pull_request'
1919 uses : golangci/golangci-lint-action@v6
@@ -28,10 +28,10 @@ jobs:
2828 - name : Set up Go
2929 uses : actions/setup-go@v4
3030 with :
31- go-version : 1.24.4
31+ go-version : 1.24.5
3232 - name : Test
3333 run : make test
34- - uses : codecov/codecov-action@v4.5 .0
34+ - uses : codecov/codecov-action@v4.6 .0
3535 with :
3636 token : ${{ secrets.CODECOV_TOKEN }} # not required for public repos
3737 files : ./cover.out # optional
Original file line number Diff line number Diff line change 11module github.com/baizeai/kube-snapshot
22
3- go 1.24.0
4-
5- toolchain go1.24.4
3+ go 1.24.5
64
75require (
8- github.com/Masterminds/semver/v3 v3.3.1
6+ github.com/Masterminds/semver/v3 v3.4.0
97 github.com/containerd/containerd/v2 v2.1.3
108 github.com/containerd/nerdctl/v2 v2.1.3-0.20250626063530-90e0caaf46d2
119 github.com/containers/image/v5 v5.35.0
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg
88github.com/BurntSushi/toml v1.5.0 /go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho =
99github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4 =
1010github.com/Masterminds/semver/v3 v3.3.1 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
11+ github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0 =
12+ github.com/Masterminds/semver/v3 v3.4.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
1113github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY =
1214github.com/Microsoft/go-winio v0.6.2 /go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU =
1315github.com/Microsoft/hcsshim v0.13.0 h1:/BcXOiS6Qi7N9XqUcv27vkIuVOkBEcWstd2pMlWSeaA =
You can’t perform that action at this time.
0 commit comments