Skip to content

Commit

Permalink
fix: pin gopls version to 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-fossati authored Dec 17, 2024
1 parent 1fdc24a commit 19e697a
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 19e697a

Please sign in to comment.