Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use go1.17 for test base image #169

Merged
merged 1 commit into from
Jan 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prow/jobs/images/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM debian:buster-slim AS base
ARG GOPROXY=https://proxy.golang.org|direct
ENV GOPROXY=${GOPROXY}

ARG GO_VERSION=1.15
ARG GO_VERSION=1.17.5
ENV GO_VERSION=${GO_VERSION}

ENV GOPATH=/home/prow/go \
Expand Down
4 changes: 2 additions & 2 deletions prow/jobs/jinja/presubmits/code_generator_tests.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
spec:
serviceAccountName: pre-submit-service-account
containers:
- image: public.ecr.aws/m5q3e4b2/prow:prow-unit-0.0.1
- image: public.ecr.aws/m5q3e4b2/prow:prow-unit-0.0.2
resources:
limits:
cpu: 1
Expand Down Expand Up @@ -64,7 +64,7 @@
spec:
serviceAccountName: pre-submit-service-account
containers:
- image: public.ecr.aws/m5q3e4b2/prow:prow-integration-0.0.5
- image: public.ecr.aws/m5q3e4b2/prow:prow-integration-0.0.6
securityContext:
privileged: true
env:
Expand Down
2 changes: 1 addition & 1 deletion prow/jobs/jinja/presubmits/runtime_tests.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
spec:
serviceAccountName: pre-submit-service-account
containers:
- image: public.ecr.aws/m5q3e4b2/prow:prow-unit-0.0.1
- image: public.ecr.aws/m5q3e4b2/prow:prow-unit-0.0.2
resources:
limits:
cpu: 1
Expand Down
6 changes: 3 additions & 3 deletions prow/jobs/jinja/presubmits/service_tests.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
spec:
serviceAccountName: pre-submit-service-account
containers:
- image: public.ecr.aws/m5q3e4b2/prow:prow-integration-0.0.5
- image: public.ecr.aws/m5q3e4b2/prow:prow-integration-0.0.6
securityContext:
privileged: true
resources:
Expand Down Expand Up @@ -57,7 +57,7 @@
spec:
serviceAccountName: pre-submit-service-account
containers:
- image: public.ecr.aws/m5q3e4b2/prow:prow-integration-0.0.5
- image: public.ecr.aws/m5q3e4b2/prow:prow-integration-0.0.6
securityContext:
privileged: true
resources:
Expand Down Expand Up @@ -103,7 +103,7 @@
spec:
serviceAccountName: pre-submit-service-account
containers:
- image: public.ecr.aws/m5q3e4b2/prow:prow-unit-0.0.1
- image: public.ecr.aws/m5q3e4b2/prow:prow-unit-0.0.2
resources:
limits:
cpu: 2
Expand Down
Loading