File tree 2 files changed +4
-4
lines changed
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 \
129
129
| ` yarn ` | ` <via npm> ` |
130
130
| --------GO-----------| -------------------------------------|
131
131
| ` go ` | ` go-toolset ` |
132
- | ` gopls ` | ` golang.org/x/tools/gopls ` |
132
+ | ` gopls ` | ` golang.org/x/tools/gopls v0.16.2 ` |
133
133
| --------.NET---------| -------------------------------------|
134
134
| ` dotnet ` | ` dotnet-sdk-8.0 ` |
135
135
| ------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 && \
117
117
# C/CPP
118
118
RUN dnf -y install llvm-toolset gcc gcc-c++ clang clang-libs clang-tools-extra gdb
119
119
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/
122
122
RUN 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 && \
124
124
chgrp -R 0 /home/tooling && chmod -R g=u /home/tooling
125
125
ENV GOBIN="/home/tooling/go/bin/"
126
126
ENV PATH="$GOBIN:$PATH"
You can’t perform that action at this time.
0 commit comments