File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ docker run -ti --rm \
129129| ` yarn ` | ` <via npm> ` |
130130| --------GO-----------| -------------------------------------|
131131| ` go ` | ` go-toolset ` |
132- | ` gopls ` | ` golang.org/x/tools/gopls ` |
132+ | ` gopls ` | ` golang.org/x/tools/gopls v0.16.2 ` |
133133| --------.NET---------| -------------------------------------|
134134| ` dotnet ` | ` dotnet-sdk-8.0 ` |
135135| ------PYTHON---------| -------------------------------------|
Original file line number Diff line number Diff line change @@ -117,10 +117,10 @@ RUN curl -fLo mill https://raw.githubusercontent.com/lefou/millw/main/millw && \
117117# C/CPP
118118RUN dnf -y install llvm-toolset gcc gcc-c++ clang clang-libs clang-tools-extra gdb
119119
120- # Go 1.18 + - installed to /usr/bin/go
121- # gopls 0.10 + - installed to /home/tooling/go/bin/gopls and /home/tooling/go/pkg/mod/
120+ # Go 1.22 + - installed to /usr/bin/go
121+ # gopls 0.16.2 + - installed to /home/tooling/go/bin/gopls and /home/tooling/go/pkg/mod/
122122RUN dnf install -y go-toolset && \
123- GO111MODULE=on go install -v golang.org/x/tools/gopls@latest && \
123+ GO111MODULE=on go install -v golang.org/x/tools/gopls@v0.16.2 && \
124124 chgrp -R 0 /home/tooling && chmod -R g=u /home/tooling
125125ENV GOBIN="/home/tooling/go/bin/"
126126ENV PATH="$GOBIN:$PATH"
You can’t perform that action at this time.
0 commit comments