Skip to content

Commit

Permalink
[issue-1220] cve fix (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzynakulpa authored Jul 31, 2024
1 parent f835144 commit ea9b58d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
REGISTRY: 'ghcr.io/dell/csi-baremetal'
go_version: '1.21.5'
go_version: '1.21.12'
golangci_version: '1.55.2'
helm_version: '3.7.1'
kubectl_version: 'v1.25.3'
Expand Down
2 changes: 1 addition & 1 deletion devkit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TAG ?= $(major).$(minor).$(patch)-$(git_rev)
IMAGE_REPO_TAG := $(REPO):$(TAG)

DOCKER_VERSION ?= 24.0.7_ce
GO_VERSION ?= 1.21.5
GO_VERSION ?= 1.21.12
GOLANGCI_VERSION ?= 1.55.2
PROTOBUF_VERSION ?= 3.11.0
PROTOC_GEN_GO_VER ?= v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/dell/csi-baremetal

go 1.21.0

toolchain go1.21.5
toolchain go1.21.12

require (
github.com/antonfisher/nested-logrus-formatter v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/dell/csi-baremetal-e2e-tests

go 1.21.0

toolchain go1.21.5
toolchain go1.21.12

require (
github.com/container-storage-interface/spec v1.8.0
Expand Down

0 comments on commit ea9b58d

Please sign in to comment.