This repository was archived by the owner on Aug 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 72
72
- name : Setup Go
73
73
# run this stage only if there are changes that match the includes and not the excludes
74
74
if : ${{ env.CHANGES != '' }}
75
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
75
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
76
76
with :
77
77
go-version-file : ' go.mod'
78
78
Original file line number Diff line number Diff line change 33
33
run : git switch ${{ matrix.branch }}
34
34
35
35
- name : Setup Go
36
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
36
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
37
37
with :
38
38
go-version-file : ' go.mod'
39
39
Original file line number Diff line number Diff line change 56
56
ref : ${{ github.event.pull_request.head.ref }}
57
57
58
58
- name : Setup Go
59
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
59
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
60
60
with :
61
61
go-version-file : ' go.mod'
62
62
Original file line number Diff line number Diff line change 86
86
- name : Setup Go
87
87
# run this stage only if there are changes that match the includes and not the excludes
88
88
if : ${{ env.CHANGES != '' }}
89
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
89
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
90
90
with :
91
91
go-version-file : ' go.mod'
92
92
Original file line number Diff line number Diff line change 50
50
} >> "$GITHUB_ENV"
51
51
52
52
- name : Setup Go
53
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
53
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
54
54
with :
55
55
go-version-file : ' go.mod'
56
56
You can’t perform that action at this time.
0 commit comments