Skip to content

Commit

Permalink
Pin goimports and gopy versions (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvreynoso authored Feb 9, 2024
1 parent 635e201 commit db8468e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/short-read-mngs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ RUN /go/bin/go version
WORKDIR /go/src/s3quilt
COPY --from=lib s3quilt/go.mod s3quilt/go.sum s3quilt/s3quilt.go ./

RUN go get golang.org/x/tools/cmd/goimports
RUN go get golang.org/x/tools/cmd/goimports@v0.2.0
RUN go install golang.org/x/tools/cmd/goimports
RUN go get github.com/go-python/gopy
RUN go get github.com/go-python/gopy@v0.4.4
RUN go install github.com/go-python/gopy

RUN pip3 install pybindgen setuptools wheel
Expand Down

0 comments on commit db8468e

Please sign in to comment.