File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 41
41
run : |
42
42
echo "k8s_latest=$(grep -m1 'FROM kindest/node' <tests/docker/Dockerfile | awk -F'[:v]' '{print $3}')" >> $GITHUB_OUTPUT
43
43
- name : Setup Golang Environment
44
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5 .0
44
+ uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0 .0
45
45
with :
46
46
go-version-file : go.mod
47
- cache : true
48
47
- name : Determine GOPATH
49
48
id : go
50
49
run : echo "go_path=$(go env GOPATH)" >> $GITHUB_OUTPUT
68
67
- name : Checkout Repository
69
68
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
70
69
- name : Setup Golang Environment
71
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5 .0
70
+ uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0 .0
72
71
with :
73
72
go-version-file : go.mod
74
- cache : true
75
73
- name : Run Tests
76
74
run : make cover
77
75
- name : Upload coverage to Codecov
96
94
fetch-depth : 0
97
95
98
96
- name : Setup Golang Environment
99
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5 .0
97
+ uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0 .0
100
98
with :
101
99
go-version-file : go.mod
102
- cache : true
103
100
104
101
- name : Download Syft
105
102
uses : anchore/sbom-action/download-syft@07978da4bdb4faa726e52dfc6b1bed63d4b56479 # v0.13.3
Original file line number Diff line number Diff line change 30
30
- name : Checkout Repository
31
31
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
32
32
- name : Setup Golang Environment
33
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5 .0
33
+ uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0 .0
34
34
with :
35
35
go-version-file : go.mod
36
- cache : true
37
36
- name : Lint Code
38
37
uses : golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4.0
39
38
with :
Original file line number Diff line number Diff line change 92
92
fetch-depth : 0
93
93
ref : refs/tags/v${{ needs.variables.outputs.kic-tag }}
94
94
- name : Setup Golang Environment
95
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5 .0
95
+ uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0 .0
96
96
with :
97
97
go-version-file : go.mod
98
- cache : true
99
98
- name : Determine GOPATH
100
99
id : go
101
100
run : echo "go_path=$(go env GOPATH)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments