Skip to content

Commit

Permalink
Use golang v1.18 for apidiff test (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
acumino committed Sep 27, 2022
1 parent 2851922 commit f0566d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/jobs/gardener/gardener-apidiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ presubmits:
spec:
containers:
- name: test
image: eu.gcr.io/gardener-project/ci-infra/golang-test:v20220908-2a8314f-1.19
# don't update go version here until a go-apidiff release is available with new go version support.
image: eu.gcr.io/gardener-project/ci-infra/golang-test:v20220908-2a8314f-1.18
command:
- make
args:
Expand Down

0 comments on commit f0566d1

Please sign in to comment.