Skip to content

Commit

Permalink
FIX: 'go get' is no longer supported outside a module.
Browse files Browse the repository at this point in the history
  • Loading branch information
auggod committed Apr 26, 2022
1 parent 2c173ad commit d7adb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /build
RUN export GO111MODULE=on
RUN apt-get -y update
RUN apt-get install -y libpq-dev postgresql-client
RUN go get github.com/resonatecoop/user-api@${RELEASE_TAG}
RUN go install github.com/resonatecoop/user-api@${RELEASE_TAG}
RUN cd /build && git clone --branch ${RELEASE_TAG} --single-branch --depth 1 https://github.com/resonatecoop/user-api

RUN cd user-api && go build
Expand Down

0 comments on commit d7adb6c

Please sign in to comment.