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@v5
60
+ uses : actions/setup-go@v6
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@v5
58
+ uses : actions/setup-go@v6
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 52
52
path : ./vim-themis
53
53
ref : v1.5.5
54
54
- name : Install Go for gopls
55
- uses : actions/setup-go@v5
55
+ uses : actions/setup-go@v6
56
56
with :
57
57
go-version : ${{ env.VIM_LSP_GO_VERSION }}
58
58
- name : Install gopls
Original file line number Diff line number Diff line change 28
28
path : ./vim-themis
29
29
ref : v1.5.5
30
30
- name : Install Go for gopls
31
- uses : actions/setup-go@v5
31
+ uses : actions/setup-go@v6
32
32
with :
33
33
go-version : ${{ env.VIM_LSP_GO_VERSION }}
34
34
- 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@v5
59
+ uses : actions/setup-go@v6
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@v5
61
+ uses : actions/setup-go@v6
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