File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
coverage-report :
10
10
name : Check Code Coverage
11
- runs-on : ubuntu-20.04
11
+ runs-on : ubuntu-latest
12
12
steps :
13
13
-
14
14
name : Set up Go 1.x
Original file line number Diff line number Diff line change 23
23
24
24
build-devtools-img :
25
25
26
- runs-on : ubuntu-20.04
26
+ runs-on : ubuntu-latest
27
27
28
28
outputs :
29
29
git-sha : ${{ steps.git-sha.outputs.sha }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
25
25
jobs :
26
26
27
27
build-next-imgs :
28
- runs-on : ubuntu-20.04
28
+ runs-on : ubuntu-latest
29
29
30
30
outputs :
31
31
git-sha : ${{ steps.git-sha.outputs.sha }}
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
go :
9
9
name : Check sources
10
- runs-on : ubuntu-20.04
10
+ runs-on : ubuntu-latest
11
11
env :
12
12
OPERATOR_SDK_VERSION : v1.8.0
13
13
steps :
Original file line number Diff line number Diff line change 23
23
env :
24
24
OPERATOR_SDK_VERSION : v1.8.0
25
25
OPM_VERSION : v1.19.5
26
- runs-on : ubuntu-20.04
26
+ runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Set up Go 1.x
29
29
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
You can’t perform that action at this time.
0 commit comments