Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux_neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
- name: Install Go for gopls
if: steps.cache-gopls.outputs.cache-hit != 'true'
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: ${{ env.VIM_LSP_GO_VERSION }}
- name: Install gopls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_vim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
- name: Install Go for gopls
if: steps.cache-gopls.outputs.cache-hit != 'true'
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: ${{ env.VIM_LSP_GO_VERSION }}
- name: Install gopls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
path: ./vim-themis
ref: v1.5.5
- name: Install Go for gopls
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: ${{ env.VIM_LSP_GO_VERSION }}
- name: Install gopls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_vim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
path: ./vim-themis
ref: v1.5.5
- name: Install Go for gopls
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: ${{ env.VIM_LSP_GO_VERSION }}
- name: Install gopls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
- name: Install Go for gopls
if: steps.cache-gopls.outputs.cache-hit != 'true'
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: ${{ env.VIM_LSP_GO_VERSION }}
- name: Install gopls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_vim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
- name: Install Go for gopls
if: steps.cache-gopls.outputs.cache-hit != 'true'
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: ${{ env.VIM_LSP_GO_VERSION }}
- name: Install gopls
Expand Down
Loading