Skip to content

Commit

Permalink
Update gotests to Go 1.22 (nephio-project#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfallon authored and dkosteck committed Aug 15, 2024
1 parent e63984d commit 633d326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/gotests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.3-bullseye as builder
FROM golang:1.22.2-bullseye as builder
ARG ctrl_tools_ver=0.12.0
WORKDIR /go/src/
ADD https://github.com/kubernetes-sigs/controller-tools/archive/refs/tags/v$ctrl_tools_ver.tar.gz ./
Expand All @@ -11,7 +11,7 @@ RUN git clone https://github.com/kubernetes/test-infra.git
WORKDIR /go/src/test-infra/robots/coverage
RUN go build -o /tmp/ ./...

FROM golang:1.21.3-bullseye
FROM golang:1.22.2-bullseye
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 633d326

Please sign in to comment.