File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42
42
43
43
- name : Setup Golang Environment
44
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
44
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
45
45
with :
46
46
go-version : ${{ matrix.go-version }}
47
47
@@ -100,7 +100,7 @@ jobs:
100
100
if : ${{ github.event_name == 'push' }}
101
101
102
102
- name : Setup Golang Environment
103
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
103
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
104
104
with :
105
105
go-version : stable
106
106
if : ${{ github.ref_type == 'tag' }}
Original file line number Diff line number Diff line change 51
51
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
52
52
53
53
- name : Setup Golang Environment
54
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
54
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
55
55
with :
56
56
go-version : stable
57
57
if : matrix.language == 'go'
Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29
29
30
30
- name : Setup Golang Environment
31
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
31
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
32
32
with :
33
33
go-version : stable
34
34
You can’t perform that action at this time.
0 commit comments