File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
39
40
40
- name : Setup Golang Environment
41
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
41
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
42
42
with :
43
43
go-version : ${{ matrix.go-version }}
44
44
96
96
if : ${{ github.event_name == 'push' }}
97
97
98
98
- name : Setup Golang Environment
99
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
99
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
100
100
with :
101
101
go-version : stable
102
102
if : ${{ github.ref_type == 'tag' }}
Original file line number Diff line number Diff line change 48
48
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49
49
50
50
- name : Setup Golang Environment
51
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
51
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
52
52
with :
53
53
go-version : stable
54
54
if : matrix.language == 'go'
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
26
27
27
- name : Setup Golang Environment
28
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
28
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29
29
with :
30
30
go-version : stable
31
31
You can’t perform that action at this time.
0 commit comments