File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 39
39
submodules : true
40
40
ssh-key : ${{ secrets.SSH_PRIVATE_KEY }}
41
41
- name : Setup Go
42
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
42
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
43
43
with :
44
44
go-version : ' stable'
45
45
check-latest : true
Original file line number Diff line number Diff line change 40
40
- name : Checkout
41
41
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42
42
- name : Setup Go
43
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
43
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
44
44
with :
45
45
go-version : ' stable'
46
46
check-latest : true
Original file line number Diff line number Diff line change 68
68
git config --global url.https://${{ secrets.PAT }}@github.com/.insteadOf git+ssh://[email protected]
69
69
git config --global [email protected] :.insteadOf https://github.com/
70
70
- name : Install Go
71
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
71
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
72
72
with :
73
73
go-version : ${{ matrix.go }}
74
74
check-latest : true
Original file line number Diff line number Diff line change 47
47
submodules : true
48
48
ssh-key : ${{ secrets.SSH_PRIVATE_KEY }}
49
49
- name : Setup Go
50
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
50
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
51
51
with :
52
52
go-version-file : go.mod
53
53
check-latest : true
Original file line number Diff line number Diff line change 89
89
git config --global [email protected] :.insteadOf https://github.com/
90
90
-
91
91
name : Install Go
92
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
92
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
93
93
with :
94
94
go-version : ${{ matrix.go }}
95
95
check-latest : true
Original file line number Diff line number Diff line change 82
82
fetch-depth : 0
83
83
- run : git fetch --force --tags
84
84
- name : Set up Go
85
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
85
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
86
86
with :
87
87
go-version : ' ${{ inputs.go-version }}'
88
88
check-latest : true
Original file line number Diff line number Diff line change 38
38
git config --global url.https://${{ secrets.PAT }}@github.com/.insteadOf git+ssh://[email protected]
39
39
git config --global [email protected] :.insteadOf https://github.com/
40
40
- name : Setup Go
41
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
41
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
42
42
with :
43
43
go-version : ' stable'
44
44
check-latest : true
You can’t perform that action at this time.
0 commit comments