File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26
26
27
27
- name : Setup Go ${{ matrix.go-version }}
28
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
28
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
29
29
with :
30
30
go-version : ${{ matrix.go-version }}
31
31
cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26
26
27
27
- name : Setup Go ${{ matrix.go-version }}
28
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
28
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
29
29
with :
30
30
go-version : ${{ matrix.go-version }}
31
31
cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
21
22
22
- name : Setup Go
23
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
23
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
24
24
with :
25
25
go-version : 1.24
26
26
cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
21
22
22
- name : Setup Go
23
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
23
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
24
24
with :
25
25
go-version : 1.24
26
26
cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26
26
27
27
- name : Setup Go ${{ matrix.go-version }}
28
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
28
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
29
29
with :
30
30
go-version : ${{ matrix.go-version }}
31
31
cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 84
84
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
85
85
86
86
- name : Setup Go ${{ matrix.go-version }}
87
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
87
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
88
88
with :
89
89
go-version : ${{ matrix.go-version }}
90
90
cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26
26
27
27
- name : Setup Go ${{ matrix.go-version }}
28
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
28
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
29
29
with :
30
30
go-version : ${{ matrix.go-version }}
31
31
cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 16
16
next : ${{ steps.ggsv.outputs.next}}
17
17
steps :
18
18
- name : Setup Go
19
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
19
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
20
20
with :
21
21
go-version : 1.24
22
22
cache-dependency-path : v2/go.sum
64
64
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65
65
66
66
- name : Set up Go
67
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
67
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
68
68
with :
69
69
go-version : 1.24
70
70
cache-dependency-path : v2/go.sum
97
97
VERSION : ${{ needs.semver.outputs.next }}
98
98
steps :
99
99
- name : Set up Go
100
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
100
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
101
101
with :
102
102
go-version : 1.24
103
103
cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
20
20
- name : Setup Go
21
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
21
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
22
22
with :
23
23
go-version : 1.24
24
24
cache-dependency-path : v2/go.sum
You can’t perform that action at this time.
0 commit comments