need to now go generate for the spdx json

This commit is contained in:
Evan Jarrett
2025-10-21 12:44:13 -05:00
parent 78207ba65a
commit 61479d15ed
+1
View File
@@ -11,6 +11,7 @@ RUN go mod download
COPY . .
RUN go generate ./...
RUN CGO_ENABLED=1 go build \
-ldflags="-s -w -linkmode external -extldflags '-static'" \
-tags sqlite_omit_load_extension \