File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88jobs :
99 coverage-report :
1010 name : Check Code Coverage
11- runs-on : ubuntu-20.04
11+ runs-on : ubuntu-latest
1212 steps :
1313 -
1414 name : Set up Go 1.x
Original file line number Diff line number Diff line change 2323
2424 build-devtools-img :
2525
26- runs-on : ubuntu-20.04
26+ runs-on : ubuntu-latest
2727
2828 outputs :
2929 git-sha : ${{ steps.git-sha.outputs.sha }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
2525jobs :
2626
2727 build-next-imgs :
28- runs-on : ubuntu-20.04
28+ runs-on : ubuntu-latest
2929
3030 outputs :
3131 git-sha : ${{ steps.git-sha.outputs.sha }}
Original file line number Diff line number Diff line change 77jobs :
88 go :
99 name : Check sources
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111 env :
1212 OPERATOR_SDK_VERSION : v1.8.0
1313 steps :
Original file line number Diff line number Diff line change 2323 env :
2424 OPERATOR_SDK_VERSION : v1.8.0
2525 OPM_VERSION : v1.19.5
26- runs-on : ubuntu-20.04
26+ runs-on : ubuntu-latest
2727 steps :
2828 - name : Set up Go 1.x
2929 uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
You can’t perform that action at this time.
0 commit comments