mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-04 13:17:43 -06:00
5 lines
160 B
Docker
5 lines
160 B
Docker
FROM golang
|
|
ADD . /go/src/github.com/PagerDuty/go-pagerduty
|
|
WORKDIR /go/src/github.com/PagerDuty/go-pagerduty
|
|
RUN go get ./... && go test -v -race -cover ./...
|