Skip to content

Commit

Permalink
Merge pull request #290 from veraison/gopls-fix
Browse files Browse the repository at this point in the history
fix: pin gopls version to 0.16.2
  • Loading branch information
thomas-fossati authored Dec 18, 2024
2 parents 1fdc24a + 19e697a commit 9ea5119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/docker/src/builder.docker
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ADD --chown=builder:builder go.mod go.sum ./

# Download Go modules
RUN go mod download &&\
go install golang.org/x/tools/gopls@latest &&\
go install golang.org/x/tools/gopls@v0.16.2 &&\
go install golang.org/x/tools/cmd/guru@latest &&\
go install github.com/golang/mock/[email protected] &&\
go install google.golang.org/protobuf/cmd/[email protected] &&\
Expand Down

0 comments on commit 9ea5119

Please sign in to comment.