Skip to content

Commit

Permalink
Bumping gotests image version to next build (#723)
Browse files Browse the repository at this point in the history
golangci-lint update to work with go 1.22 updated other components as
well
This resolves failing tests in
#597 and
#722
  • Loading branch information
radoslawc authored Apr 27, 2024
1 parent 7d0faf5 commit 889b5f9
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:1782782171367346176
- image: nephio/gotests:1783899289886396416
command:
- make
args:
Expand All @@ -14,7 +14,7 @@ presubmits:
run_if_changed: "(\\.go|Makefile)$"
spec:
containers:
- image: nephio/gotests:1782782171367346176
- image: nephio/gotests:1783899289886396416
command:
- make
args:
Expand All @@ -24,7 +24,7 @@ presubmits:
run_if_changed: "(\\.go|Makefile)$"
spec:
containers:
- image: nephio/gotests:1782782171367346176
- image: nephio/gotests:1783899289886396416
command:
- make
args:
Expand All @@ -34,7 +34,7 @@ presubmits:
always_run: true
spec:
containers:
- image: nephio/gotests:1782782171367346176
- image: nephio/gotests:1783899289886396416
command:
- "/bin/sh"
- "-c"
Expand Down Expand Up @@ -74,7 +74,7 @@ presubmits:
run_if_changed: "^.*.go$"
spec:
containers:
- image: nephio/gotests:1782782171367346176
- image: nephio/gotests:1783899289886396416
command:
- "/usr/local/bin/lichen.sh"

0 comments on commit 889b5f9

Please sign in to comment.