File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 8
8
# Common versions
9
9
GO_VERSION : ' 1.22'
10
10
GO_REQUIRED_MIN_VERSION : ' '
11
- GOPATH : ' /home/runner/work/cluster-permission/cluster-permission/go'
12
11
GITHUB_REF : ${{ github.ref }}
13
12
CHART_NAME : cluster-permission
14
13
15
- defaults :
16
- run :
17
- working-directory : go/src/open-cluster-management.io/cluster-permission
18
-
19
14
jobs :
20
15
release :
21
16
name : release
22
17
runs-on : ubuntu-latest
23
18
steps :
24
19
- name : checkout code
25
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
26
21
with :
27
22
fetch-depth : 1
28
- path : go/src/open-cluster-management.io/cluster-permission
29
23
- name : install Go
30
- uses : actions/setup-go@v3
24
+ uses : actions/setup-go@v5
31
25
with :
32
26
go-version : ${{ env.GO_VERSION }}
33
27
- name : install imagebuilder
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 0.14 .0
2
+ appVersion : 0.15 .0
3
3
description : A controller for managing RBAC resources to the managed clusters.
4
4
name : cluster-permission
5
5
type : application
6
- version : 0.14 .0
6
+ version : 0.15 .0
You can’t perform that action at this time.
0 commit comments