File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ docker run -ti --rm \
142142| ` yarn ` | ` <via npm> ` |
143143| --------GO-----------| -------------------------------------|
144144| ` go ` | ` go-toolset ` |
145- | ` gopls ` | ` golang.org/x/tools/gopls v0.16.2 ` |
145+ | ` gopls ` | ` golang.org/x/tools/gopls v0.21.0 ` |
146146| --------.NET---------| -------------------------------------|
147147| ` dotnet ` | ` dotnet-sdk-8.0 ` |
148148| ------PYTHON---------| -------------------------------------|
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.3-labs
22
33# https://catalog.redhat.com/en/software/containers/ubi9/ubi/
4- FROM registry.access.redhat.com/ubi9/ubi:9.6-1756915113
4+ FROM registry.access.redhat.com/ubi9/ubi:9.7-1764794285
55
66ARG TARGETARCH
77LABEL maintainer="Red Hat, Inc."
Original file line number Diff line number Diff line change @@ -125,9 +125,9 @@ RUN curl -fLo mill https://raw.githubusercontent.com/lefou/millw/main/millw && \
125125RUN dnf -y install llvm-toolset gcc gcc-c++ clang clang-libs clang-tools-extra gdb
126126
127127# Go 1.22+ - installed to /usr/bin/go
128- # gopls 0.16.2 + - installed to /home/tooling/go/bin/gopls and /home/tooling/go/pkg/mod/
128+ # gopls 0.21.0 + - installed to /home/tooling/go/bin/gopls and /home/tooling/go/pkg/mod/
129129RUN dnf install -y go-toolset && \
130- GO111MODULE=on go install -v golang.org/x/tools/gopls@v0.16.2 && \
130+ GO111MODULE=on go install -v golang.org/x/tools/gopls@v0.21.0 && \
131131 chgrp -R 0 /home/tooling && chmod -R g=u /home/tooling
132132ENV GOBIN="/home/tooling/go/bin/"
133133ENV PATH="$GOBIN:$PATH"
You can’t perform that action at this time.
0 commit comments