Skip to content

Commit f2d0303

Browse files
authored
Merge pull request #43 from BaizeAI/renovate/all-minor-patch
fix(deps): update all non-major dependencies
2 parents 8f8963c + 5642044 commit f2d0303

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/ci-pr.yml

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

.github/workflows/ci-release.yml

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

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
module github.com/baizeai/kube-snapshot
22

3-
go 1.24.0
4-
5-
toolchain go1.24.4
3+
go 1.24.5
64

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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg
88
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
99
github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4=
1010
github.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=
1113
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
1214
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
1315
github.com/Microsoft/hcsshim v0.13.0 h1:/BcXOiS6Qi7N9XqUcv27vkIuVOkBEcWstd2pMlWSeaA=

0 commit comments

Comments
 (0)