Skip to content

Commit

Permalink
Issue 1220 (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzynakulpa committed Jul 29, 2024
1 parent 3583918 commit 8d6f3b8
Show file tree
Hide file tree
Showing 4 changed files with 5 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 ?= 20.10.14_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
3 changes: 2 additions & 1 deletion pkg/drivemgr/drivemgr-update-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ git commit for proprietary code.
2024/01/22 remove upper case from disk serial number. \
2024/05/29 hal manager CY2310 branch cut. \
2024/06/05 hal manager update 3.8.1.0-2028.443553c
2024/07/18 hal manager cve fixes
2024/07/18 hal manager cve fixes
2024/07/25 hal manager cve fixes
2 changes: 1 addition & 1 deletion variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ LIVENESS_PROBE := livenessprobe
BUSYBOX := busybox

HEALTH_PROBE := health_probe
HEALTH_PROBE_BIN_URL := https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.24/grpc_health_probe-linux-amd64
HEALTH_PROBE_BIN_URL := https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.28/grpc_health_probe-linux-amd64

### go env vars
GO_ENV_VARS := GO111MODULE=on ${GOPRIVATE_PART} ${GOPROXY_PART}
Expand Down

0 comments on commit 8d6f3b8

Please sign in to comment.