Use correct long description from DSA long RDF
- use date and DSA number as version identifier - add tests for Check and Get calls
This commit is contained in:
parent
12b2d36004
commit
182f21944b
5 changed files with 98 additions and 11 deletions
|
@ -1,10 +1,11 @@
|
|||
FROM golang:1.19-bullseye AS builder
|
||||
|
||||
WORKDIR /build
|
||||
COPY go.mod /build/
|
||||
COPY go.mod go.sum /build/
|
||||
COPY cmd /build/cmd/
|
||||
COPY internal /build/internal/
|
||||
|
||||
RUN go test -v ./...
|
||||
RUN CGO_ENABLED=0 go build ./cmd/debian-dsa
|
||||
|
||||
FROM alpine:3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue