Skip to content

Commit

Permalink
Fix gopls location (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencegripper authored and ahmelsayed committed Jan 27, 2020
1 parent a799f0a commit bc8b67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN apt-get update \
github.com/cweill/gotests/... \
golang.org/x/tools/cmd/goimports \
golang.org/x/lint/golint \
golang.org/x/tools/cmd/gopls \
golang.org/x/tools/gopls \
github.com/alecthomas/gometalinter \
honnef.co/go/tools/... \
github.com/golangci/golangci-lint/cmd/golangci-lint \
Expand Down Expand Up @@ -81,4 +81,4 @@ RUN curl -LO https://github.com/operator-framework/operator-sdk/releases/downloa
&& chmod +x operator-sdk-${OPERATOR_RELEASE_VERSION}-x86_64-linux-gnu \
&& mkdir -p /usr/local/bin/ \
&& cp operator-sdk-${OPERATOR_RELEASE_VERSION}-x86_64-linux-gnu /usr/local/bin/operator-sdk \
&& rm operator-sdk-${OPERATOR_RELEASE_VERSION}-x86_64-linux-gnu
&& rm operator-sdk-${OPERATOR_RELEASE_VERSION}-x86_64-linux-gnu

0 comments on commit bc8b67a

Please sign in to comment.