File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 71
71
path : ./bin
72
72
key : ${{ runner.os }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }}
73
73
74
- - uses : actions/setup-go@v2
74
+ - uses : actions/setup-go@v3
75
75
with :
76
76
go-version : ${{ env.GO_VERSION }}
77
77
if : steps.cache-bin.outputs.cache-hit != 'true'
@@ -190,7 +190,7 @@ jobs:
190
190
path : ./bin
191
191
key : ${{ runner.os }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }}
192
192
193
- - uses : actions/setup-go@v2
193
+ - uses : actions/setup-go@v3
194
194
with :
195
195
go-version : ${{ env.GO_VERSION }}
196
196
if : steps.cache-bin.outputs.cache-hit != 'true'
@@ -323,7 +323,7 @@ jobs:
323
323
path : ./bin
324
324
key : ${{ runner.os }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }}
325
325
326
- - uses : actions/setup-go@v2
326
+ - uses : actions/setup-go@v3
327
327
with :
328
328
go-version : ${{ env.GO_VERSION }}
329
329
if : steps.cache-bin.outputs.cache-hit != 'true'
@@ -485,7 +485,7 @@ jobs:
485
485
path : ./bin
486
486
key : ${{ runner.os }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }}
487
487
488
- - uses : actions/setup-go@v2
488
+ - uses : actions/setup-go@v3
489
489
with :
490
490
go-version : ${{ env.GO_VERSION }}
491
491
if : steps.cache-bin.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
18
- - uses : actions/setup-go@v2
18
+ - uses : actions/setup-go@v3
19
19
with :
20
20
go-version : 1.18
21
21
You can’t perform that action at this time.
0 commit comments