Skip to content

Commit 871dfd5

Browse files
committed
fix build
Signed-off-by: Ashima-Ashima1 <[email protected]>
1 parent ba4dc6c commit 871dfd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.secrets.baseline

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2025-04-16T09:55:03Z",
6+
"generated_at": "2025-04-23T09:50:09Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

cos-csi-mounter/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ut-coverage: test
2121
go mod tidy
2222

2323
build-linux:
24-
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -mod mod -o ${BIN_DIR}/cos-csi-mounter-server -ldflags "-s -w" -a ./server/server.go
24+
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -mod mod -o ${BIN_DIR}/cos-csi-mounter-server -ldflags "-s -w" -a ./server
2525

2626
deb-build:
2727
deb-build: build-linux

0 commit comments

Comments
 (0)