File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 57
57
key : ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
58
58
- name : Install Go for gopls
59
59
if : steps.cache-gopls.outputs.cache-hit != 'true'
60
- uses : actions/setup-go@v2
60
+ uses : actions/setup-go@v4
61
61
with :
62
62
go-version : ${{ env.VIM_LSP_GO_VERSION }}
63
63
- name : Install gopls
Original file line number Diff line number Diff line change 55
55
key : ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
56
56
- name : Install Go for gopls
57
57
if : steps.cache-gopls.outputs.cache-hit != 'true'
58
- uses : actions/setup-go@v2
58
+ uses : actions/setup-go@v4
59
59
with :
60
60
go-version : ${{ env.VIM_LSP_GO_VERSION }}
61
61
- name : Install gopls
Original file line number Diff line number Diff line change 59
59
key : ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
60
60
- name : Install Go for gopls
61
61
if : steps.cache-gopls.outputs.cache-hit != 'true'
62
- uses : actions/setup-go@v2
62
+ uses : actions/setup-go@v4
63
63
with :
64
64
go-version : ${{ env.VIM_LSP_GO_VERSION }}
65
65
- name : Install gopls
Original file line number Diff line number Diff line change 35
35
key : ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
36
36
- name : Install Go for gopls
37
37
if : steps.cache-gopls.outputs.cache-hit != 'true'
38
- uses : actions/setup-go@v2
38
+ uses : actions/setup-go@v4
39
39
with :
40
40
go-version : ${{ env.VIM_LSP_GO_VERSION }}
41
41
- name : Install gopls
Original file line number Diff line number Diff line change 56
56
key : ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
57
57
- name : Install Go for gopls
58
58
if : steps.cache-gopls.outputs.cache-hit != 'true'
59
- uses : actions/setup-go@v2
59
+ uses : actions/setup-go@v4
60
60
with :
61
61
go-version : ${{ env.VIM_LSP_GO_VERSION }}
62
62
- name : Install gopls
Original file line number Diff line number Diff line change 58
58
key : ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
59
59
- name : Install Go for gopls
60
60
if : steps.cache-gopls.outputs.cache-hit != 'true'
61
- uses : actions/setup-go@v2
61
+ uses : actions/setup-go@v4
62
62
with :
63
63
go-version : ${{ env.VIM_LSP_GO_VERSION }}
64
64
- name : Install gopls
You can’t perform that action at this time.
0 commit comments