File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Setup Go
19
- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
19
+ uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
20
20
with :
21
21
go-version : " 1.19"
22
22
- name : Checkout Repository
40
40
with :
41
41
path : ${{ env.GOPATH }}/src/${{ github.repository }}
42
42
- name : Setup Go
43
- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
43
+ uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
44
44
with :
45
45
go-version : " 1.19"
46
46
- name : Install yaegi
Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Go
21
- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
21
+ uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
22
22
with :
23
23
go-version : " 1.19"
24
24
- name : Install cyclonedx-gomod
You can’t perform that action at this time.
0 commit comments