mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
chore(deps): update actions/setup-go action to v6
This commit is contained in:
2
.github/workflows/linux_neovim.yml
vendored
2
.github/workflows/linux_neovim.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/linux_vim.yml
vendored
2
.github/workflows/linux_vim.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/mac_neovim.yml
vendored
2
.github/workflows/mac_neovim.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/mac_vim.yml
vendored
2
.github/workflows/mac_vim.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/windows_neovim.yml
vendored
2
.github/workflows/windows_neovim.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/windows_vim.yml
vendored
2
.github/workflows/windows_vim.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user