Skip to content

Commit 3588608

Browse files
committed
Fix incorrectly removed vendor dir changes & remove e2e vendor
1 parent da076b1 commit 3588608

File tree

3,763 files changed

+3
-1373752
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,763 files changed

+3
-1373752
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
ARG AL_VERSION=al23
1616
FROM --platform=$BUILDPLATFORM golang:1.24 as builder
1717
WORKDIR /go/src/github.com/kubernetes-sigs/aws-fsx-csi-driver
18+
COPY go.* .
19+
RUN go mod download
1820
COPY . .
1921
ARG TARGETOS
2022
ARG TARGETARCH

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ word-hyphen = $(word $2,$(subst -, ,$1))
5353
.PHONY: linux/$(ARCH) bin/aws-fsx-csi-driver
5454
linux/$(ARCH): bin/aws-fsx-csi-driver
5555
bin/aws-fsx-csi-driver: | bin
56-
CGO_ENABLED=0 GOOS=linux GOARCH=$(ARCH) go build -ldflags ${LDFLAGS} -o bin/aws-fsx-csi-driver ./cmd/
56+
CGO_ENABLED=0 GOOS=linux GOARCH=$(ARCH) go build -mod=mod -ldflags ${LDFLAGS} -o bin/aws-fsx-csi-driver ./cmd/
5757

5858
.PHONY: all
5959
all: all-image-docker

tests/e2e/vendor/github.com/beorn7/perks/LICENSE

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)