Skip to content

Commit

Permalink
[Issue-1049] fixing cves (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzyna-kulpa authored Jan 9, 2024
1 parent 1f86bc6 commit 35a6820
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3'
go_version: '1.21.5'
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 ?= 20.10.14_ce
GO_VERSION ?= 1.21.3
GO_VERSION ?= 1.21.5
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 docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ You have to commit the changes to go.mod, go.sum and before submitting the pull
[This guide is intended](/devkit/README.md) as a quickstart on how to use devkit for CSI development env.
#### Requirements
- go v1.17
- go v1.21
- lvm2 packet installed on host machine
- kubectl v1.16+
- helm v3
Expand Down

0 comments on commit 35a6820

Please sign in to comment.