We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 510981b + 26992f4 commit 93795c9Copy full SHA for 93795c9
build/noderesourcetopology-plugin/Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM golang:1.19 as builder
+FROM golang:1.20 as builder
16
17
WORKDIR /go/src/sigs.k8s.io/scheduler-plugins
18
COPY . .
build/noderesourcetopology-plugin/Dockerfile.tools
@@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi
2
3
ENV HOME=/home/ci
4
ENV GOROOT=/usr/local/go
5
-ENV GOVERSION=1.19.5
+ENV GOVERSION=1.20.10
6
ENV GOPATH=/go
7
ENV GOBIN=${GOPATH}/bin
8
ENV PATH=${PATH}:${GOROOT}/bin:${GOBIN}
0 commit comments