Skip to content

Commit

Permalink
chore: fixing go get deprecation (mingrammer#713)
Browse files Browse the repository at this point in the history
go get has been deprecated in favor of go install.
  • Loading branch information
tmvanetten authored and ngruelaneo committed Nov 25, 2022
1 parent c292f59 commit 16c8bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk update && apk add --no-cache \
gcc libc-dev g++ graphviz git bash go imagemagick inkscape ttf-opensans curl fontconfig xdg-utils

# install go package.
RUN go get github.com/mingrammer/round
RUN go install github.com/mingrammer/round@latest

# install fonts
RUN curl -O https://noto-website.storage.googleapis.com/pkgs/NotoSansCJKjp-hinted.zip \
Expand Down

0 comments on commit 16c8bae

Please sign in to comment.