File tree Expand file tree Collapse file tree 7 files changed +21
-21
lines changed
staging/operator-registry/.github/workflows Expand file tree Collapse file tree 7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
name : packageserver
6
6
namespace : openshift-operator-lifecycle-manager
7
7
labels :
8
- olm.version : 0.0.0-8a6689d10c3305eb1ad996901d6365aa35601937
8
+ olm.version : 0.0.0-937160dfa3b7f48594968a596759c5633b85d02e
9
9
olm.clusteroperator.name : operator-lifecycle-manager-packageserver
10
10
annotations :
11
11
include.release.openshift.io/self-managed-high-availability : " true"
@@ -159,7 +159,7 @@ spec:
159
159
- packageserver
160
160
topologyKey : " kubernetes.io/hostname"
161
161
maturity : alpha
162
- version : 0.0.0-8a6689d10c3305eb1ad996901d6365aa35601937
162
+ version : 0.0.0-937160dfa3b7f48594968a596759c5633b85d02e
163
163
apiservicedefinitions :
164
164
owned :
165
165
- group : packages.operators.coreos.com
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v2
16
- - uses : actions/setup-go@v2
16
+ - uses : actions/setup-go@v3
17
17
with :
18
- go-version : ' ~1.18 '
18
+ go-version-file : " go.mod "
19
19
- run : make build
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
if : github.event_name == 'pull_request'
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - name : Set up Go
18
- uses : actions/setup-go@v2
19
- with :
20
- go-version : ' ~1.18'
21
- id : go
22
17
- name : Check out code into the Go module directory
23
18
uses : actions/checkout@v2
24
19
with :
25
20
fetch-depth : 0
21
+ - name : Set up Go
22
+ uses : actions/setup-go@v3
23
+ with :
24
+ go-version-file : ' go.mod'
25
+ id : go
26
26
- name : Run go-apidiff
27
27
uses : joelanford/go-apidiff@main
Original file line number Diff line number Diff line change 53
53
# GoReleaser requires fetch-depth: 0 to correctly
54
54
# run git describe
55
55
fetch-depth : 0
56
- - uses : actions/setup-go@v2
56
+ - uses : actions/setup-go@v3
57
57
with :
58
- go-version : ' ~1.18 '
58
+ go-version-file : " go.mod "
59
59
60
60
- name : " Run GoReleaser"
61
61
run : make release
78
78
# run git describe
79
79
fetch-depth : 0
80
80
81
- - uses : actions/setup-go@v2
81
+ - uses : actions/setup-go@v3
82
82
with :
83
- go-version : ' ~1.18 '
83
+ go-version-file : " go.mod "
84
84
85
85
- name : " Run GoReleaser"
86
86
run : make release
@@ -103,9 +103,9 @@ jobs:
103
103
# run git describe
104
104
fetch-depth : 0
105
105
106
- - uses : actions/setup-go@v2
106
+ - uses : actions/setup-go@v3
107
107
with :
108
- go-version : ' ~1.18 '
108
+ go-version-file : " go.mod "
109
109
110
110
- name : " Install linux cross-compilers"
111
111
run : |
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v2
17
- - uses : actions/setup-go@v2
17
+ - uses : actions/setup-go@v3
18
18
with :
19
- go-version : ' ~1.18 '
19
+ go-version-file : " go.mod "
20
20
- name : Install goimports
21
21
run : go install golang.org/x/tools/cmd/goimports@latest
22
22
- name : Run sanity checks
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-20.04
13
13
steps :
14
14
- uses : actions/checkout@v2
15
- - uses : actions/setup-go@v2
15
+ - uses : actions/setup-go@v3
16
16
with :
17
- go-version : ' ~1.18 '
17
+ go-version-file : ' go.mod '
18
18
- name : Install podman
19
19
run : |
20
20
. /etc/os-release
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v2
17
- - uses : actions/setup-go@v2
17
+ - uses : actions/setup-go@v3
18
18
with :
19
- go-version : ' ~1.18 '
19
+ go-version-file : " go.mod "
20
20
- run : make unit
21
21
- run : sed -i'' "s:^github.com/$GITHUB_REPOSITORY/::" coverage.out
22
22
- run : .github/workflows/codecov.sh -Z -f coverage.out
You can’t perform that action at this time.
0 commit comments