From 5f61d22fc13808c9557d163f224b8d8a7380562d Mon Sep 17 00:00:00 2001 From: Katarzyna kulpa Date: Mon, 29 Jul 2024 10:02:56 +0200 Subject: [PATCH] [issue-1220] cve fix --- .github/workflows/e2e.yml | 2 +- devkit/Makefile | 2 +- go.mod | 2 +- tests/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4c8171edb..2101c2398 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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' diff --git a/devkit/Makefile b/devkit/Makefile index 52624c730..6f3b011a3 100644 --- a/devkit/Makefile +++ b/devkit/Makefile @@ -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 diff --git a/go.mod b/go.mod index 78c395217..bb979b81e 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/tests/go.mod b/tests/go.mod index 2511fc0ca..3eebbf078 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -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