We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72ef1a commit 34042b8Copy full SHA for 34042b8
.devcontainer/Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
9
libayatana-appindicator3-dev=0.5.5-2+deb11u2 \
10
&& apt-get clean \
11
&& rm -rf /var/lib/apt/lists/* \
12
- && go install -v golang.org/x/tools/gopls@latest
+ && go install -v golang.org/x/tools/gopls@v0.18.1
13
14
15
WORKDIR /app
0 commit comments