Skip to content

Commit

Permalink
Update actions/setup-go action to v4 (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 13, 2023
1 parent 7909c79 commit 80644e1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_neovim.yml
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@v2
uses: actions/setup-go@v4
with:
go-version: ${{ env.VIM_LSP_GO_VERSION }}
- name: Install gopls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_vim.yml
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@v2
uses: actions/setup-go@v4
with:
go-version: ${{ env.VIM_LSP_GO_VERSION }}
- name: Install gopls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_neovim.yml
Expand Up @@ -59,7 +59,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@v2
uses: actions/setup-go@v4
with:
go-version: ${{ env.VIM_LSP_GO_VERSION }}
- name: Install gopls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_vim.yml
Expand Up @@ -35,7 +35,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@v2
uses: actions/setup-go@v4
with:
go-version: ${{ env.VIM_LSP_GO_VERSION }}
- name: Install gopls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_neovim.yml
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@v2
uses: actions/setup-go@v4
with:
go-version: ${{ env.VIM_LSP_GO_VERSION }}
- name: Install gopls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_vim.yml
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@v2
uses: actions/setup-go@v4
with:
go-version: ${{ env.VIM_LSP_GO_VERSION }}
- name: Install gopls
Expand Down

0 comments on commit 80644e1

Please sign in to comment.