Skip to content

Commit

Permalink
git mod tidy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Dec 17, 2024
1 parent 3a14bf9 commit b1f54de
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
23 changes: 23 additions & 0 deletions csm-common.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright © 2024 Dell Inc. or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http:#www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Common settings for all CSM components amd images.
# Update this file with the image versions change, and it will be automaticall rolled out across all components.

# --- DEFAULT_BASEIMAGE: Specifies the UBI-micro image that is used as the base for the CSM images
DEFAULT_BASEIMAGE="registry.access.redhat.com/ubi9/ubi-micro@sha256:7f376b75faf8ea546f28f8529c37d24adcde33dca4103f4897ae19a43d58192b"

# --- DEFAULT_GOVERSION: Specifies the default version of go
DEFAULT_GOVERSION="1.23"

# --- DEFAULT_GOIMAGE: Specifies the default Image to be used for building go components in a multi-stage docker file
DEFAULT_GOIMAGE="golang:${DEFAULT_GOVERSION}"
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ module github.com/dell/csi-vxflexos/v2
// In order to run unit tests on Windows, you need a stubbed Windows implementation
// of the gofsutil package. Use the following replace statements if necessary.

go 1.23
go 1.23.0

toolchain go1.23.3

require (
github.com/akutz/memconn v0.1.0
github.com/apparentlymart/go-cidr v1.1.0
Expand Down
3 changes: 3 additions & 0 deletions service/driver-config-params.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
interfaceNames:
worker1: "eth1"
worker2: "eth2"

Check failure on line 3 in service/driver-config-params.yaml

View workflow job for this annotation

GitHub Actions / Golang Validation / Yaml Lint

3:18 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit b1f54de

Please sign in to comment.