File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 42
42
run : echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
43
43
44
44
- name : Install Go (${{ steps.go_version.outputs.go_version }})
45
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
45
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
46
46
with :
47
47
go-version : ${{ steps.go_version.outputs.go_version }}
48
48
Original file line number Diff line number Diff line change 39
39
run : echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
40
40
41
41
- name : Install Go (${{ steps.go_version.outputs.go_version }})
42
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
42
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
43
43
with :
44
44
go-version : ${{ steps.go_version.outputs.go_version }}
45
45
@@ -153,7 +153,7 @@ jobs:
153
153
run : echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
154
154
155
155
- name : Install Go (${{ steps.go_version.outputs.go_version }})
156
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
156
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
157
157
with :
158
158
go-version : ${{ steps.go_version.outputs.go_version }}
159
159
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
run : echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
137
137
138
138
- name : Install Go (${{ steps.go_version.outputs.go_version }})
139
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
139
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
140
140
with :
141
141
go-version : ${{ steps.go_version.outputs.go_version }}
142
142
Original file line number Diff line number Diff line change 71
71
run : echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
72
72
73
73
- name : Install Go (${{ steps.go_version.outputs.go_version }})
74
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
74
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
75
75
with :
76
76
go-version : ${{ steps.go_version.outputs.go_version }}
77
77
Original file line number Diff line number Diff line change 72
72
run : echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
73
73
74
74
- name : Install Go (${{ steps.go_version.outputs.go_version }})
75
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
75
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
76
76
with :
77
77
go-version : ${{ steps.go_version.outputs.go_version }}
78
78
if : matrix.os == 'darwin'
@@ -123,7 +123,7 @@ jobs:
123
123
run : echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
124
124
125
125
- name : Install Go (${{ steps.go_version.outputs.go_version }})
126
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
126
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
127
127
with :
128
128
go-version : ${{ steps.go_version.outputs.go_version }}
129
129
@@ -328,7 +328,7 @@ jobs:
328
328
uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
329
329
with :
330
330
name : generated
331
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
331
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
332
332
with :
333
333
go-version : ${{ matrix.version }}
334
334
- run : make build
You can’t perform that action at this time.
0 commit comments