Skip to content
Merged
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
kubebuilder presubmits use go 1.19
  • Loading branch information
oscr committed Sep 6, 2022
commit bfb0dc45f327c88ee9e2201cff178d554a7574e5
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ presubmits:
- ^feature/plugins-.+$
spec:
containers:
- image: golang:1.18
- image: golang:1.19
command:
- ./test.sh
resources:
Expand Down