Skip to content

Commit 7c1d8e1

Browse files
authored
[internal] fix CVE (#115)
Signed-off-by: v.oleynikov <[email protected]>
1 parent 5deb7f0 commit 7c1d8e1

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

.github/workflows/build_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
GOPROXY: ${{ secrets.GOPROXY }}
1111
SOURCE_REPO: ${{ secrets.SOURCE_REPO }}
1212
SOURCE_REPO_SSH_KEY: ${{ secrets.SOURCE_REPO_SSH_KEY }}
13-
BASE_IMAGES_VERSION: "v0.5.23"
13+
BASE_IMAGES_VERSION: "v0.5.25"
1414

1515
on:
1616
#pull_request:

.github/workflows/build_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
GOPROXY: ${{ secrets.GOPROXY }}
1212
SOURCE_REPO: ${{ secrets.SOURCE_REPO }}
1313
SOURCE_REPO_SSH_KEY: ${{ secrets.SOURCE_REPO_SSH_KEY }}
14-
BASE_IMAGES_VERSION: "v0.5.23"
14+
BASE_IMAGES_VERSION: "v0.5.25"
1515

1616
on:
1717
push:

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/csi-nfs/api
22

3-
go 1.24.5
3+
go 1.24.6
44

55
require k8s.io/apimachinery v0.32.0
66

hooks/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/csi-nfs/hooks/go
22

3-
go 1.24.5
3+
go 1.24.6
44

55
require (
66
github.com/deckhouse/csi-nfs/api v0.0.0-20250314071217-91b1f5b52e17

images/controller/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/csi-nfs/images/controller
22

3-
go 1.24.5
3+
go 1.24.6
44

55
require (
66
github.com/deckhouse/csi-nfs/api v0.0.0-20250213115525-4785a9da80db

images/csi-nfs-scheduler-extender/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/csi-nfs/images/csi-nfs-scheduler-extender
22

3-
go 1.24.5
3+
go 1.24.6
44

55
require (
66
github.com/deckhouse/csi-nfs/api v0.0.0-20250213115525-4785a9da80db

images/tlshd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/csi-nfs/images/tlshd
22

3-
go 1.24.5
3+
go 1.24.6
44

55
require github.com/spf13/cobra v1.8.1
66

images/wait-rpcbind/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/deckhouse/csi-nfs/images/wait-rpcbind
22

3-
go 1.24.5
3+
go 1.24.6

images/webhooks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/csi-nfs/images/webhooks
22

3-
go 1.24.5
3+
go 1.24.6
44

55
require (
66
github.com/deckhouse/csi-nfs/api v0.0.0-20250213115525-4785a9da80db

images/wrap-mount/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/deckhouse/csi-nfs/images/wrap-mount
22

3-
go 1.24.5
3+
go 1.24.6

0 commit comments

Comments
 (0)