Skip to content

Commit 9ea5119

Browse files
Merge pull request #290 from veraison/gopls-fix
fix: pin gopls version to 0.16.2
2 parents 1fdc24a + 19e697a commit 9ea5119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/docker/src/builder.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ADD --chown=builder:builder go.mod go.sum ./
5454

5555
# Download Go modules
5656
RUN go mod download &&\
57-
go install golang.org/x/tools/gopls@latest &&\
57+
go install golang.org/x/tools/gopls@v0.16.2 &&\
5858
go install golang.org/x/tools/cmd/guru@latest &&\
5959
go install github.com/golang/mock/[email protected] &&\
6060
go install google.golang.org/protobuf/cmd/[email protected] &&\

0 commit comments

Comments
 (0)