Commit b27a9eb 1 parent db53303 commit b27a9eb Copy full SHA for b27a9eb
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
- name : Check out code
30
30
uses : actions/checkout@v4
31
31
32
- - uses : actions/setup-go@v4
32
+ - uses : actions/setup-go@v5
33
33
with :
34
34
go-version : ${{ env.GO_VERSION }}
35
35
check-latest : true
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-22.04
23
23
steps :
24
24
- name : Install Go
25
- uses : actions/setup-go@v4
25
+ uses : actions/setup-go@v5
26
26
with :
27
27
go-version : ${{ env.DEFAULT_GO_VERSION }}
28
28
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
ref : ${{ needs.release-please.outputs.release_tag_name }}
119
119
120
120
- name : Setup go
121
- uses : actions/setup-go@v4
121
+ uses : actions/setup-go@v5
122
122
with :
123
123
go-version : ${{ env.DEFAULT_GO_VERSION }}
124
124
- run : |
@@ -155,7 +155,7 @@ jobs:
155
155
ref : ${{ env.GITHUB_PAGES_BRANCH }}
156
156
157
157
- name : Setup go
158
- uses : actions/setup-go@v4
158
+ uses : actions/setup-go@v5
159
159
with :
160
160
go-version : ${{ env.DEFAULT_GO_VERSION }}
161
161
You can’t perform that action at this time.
0 commit comments