Skip to content

Commit

Permalink
gotests image version bump for go 1.22 (#720)
Browse files Browse the repository at this point in the history
gotests image version bump for go 1.22
  • Loading branch information
radoslawc committed Apr 24, 2024
1 parent 1f3b38d commit 3f914b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ presubmits:
run_if_changed: "(\\.go|Makefile)$"
spec:
containers:
- image: nephio/gotests:1671656214984921088
- image: nephio/gotests:1782782171367346176
command:
- make
args:
Expand All @@ -14,7 +14,7 @@ presubmits:
run_if_changed: "(\\.go|Makefile)$"
spec:
containers:
- image: nephio/gotests:1671656214984921088
- image: nephio/gotests:1782782171367346176
command:
- make
args:
Expand All @@ -24,7 +24,7 @@ presubmits:
run_if_changed: "(\\.go|Makefile)$"
spec:
containers:
- image: nephio/gotests:7
- image: nephio/gotests:1782782171367346176
command:
- make
args:
Expand All @@ -34,7 +34,7 @@ presubmits:
always_run: true
spec:
containers:
- image: nephio/gotests:1671656214984921088
- image: nephio/gotests:1782782171367346176
command:
- "/bin/sh"
- "-c"
Expand Down Expand Up @@ -74,7 +74,7 @@ presubmits:
run_if_changed: "^.*.go$"
spec:
containers:
- image: nephio/gotests:1671656214984921088
- image: nephio/gotests:1782782171367346176
command:
- "/usr/local/bin/lichen.sh"

0 comments on commit 3f914b3

Please sign in to comment.