Skip to content

Commit 80644e1

Browse files
Update actions/setup-go action to v4 (prabirshrestha#1465)
1 parent 7909c79 commit 80644e1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/linux_neovim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
5858
- name: Install Go for gopls
5959
if: steps.cache-gopls.outputs.cache-hit != 'true'
60-
uses: actions/setup-go@v2
60+
uses: actions/setup-go@v4
6161
with:
6262
go-version: ${{ env.VIM_LSP_GO_VERSION }}
6363
- name: Install gopls

.github/workflows/linux_vim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
5656
- name: Install Go for gopls
5757
if: steps.cache-gopls.outputs.cache-hit != 'true'
58-
uses: actions/setup-go@v2
58+
uses: actions/setup-go@v4
5959
with:
6060
go-version: ${{ env.VIM_LSP_GO_VERSION }}
6161
- name: Install gopls

.github/workflows/mac_neovim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
6060
- name: Install Go for gopls
6161
if: steps.cache-gopls.outputs.cache-hit != 'true'
62-
uses: actions/setup-go@v2
62+
uses: actions/setup-go@v4
6363
with:
6464
go-version: ${{ env.VIM_LSP_GO_VERSION }}
6565
- name: Install gopls

.github/workflows/mac_vim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
3636
- name: Install Go for gopls
3737
if: steps.cache-gopls.outputs.cache-hit != 'true'
38-
uses: actions/setup-go@v2
38+
uses: actions/setup-go@v4
3939
with:
4040
go-version: ${{ env.VIM_LSP_GO_VERSION }}
4141
- name: Install gopls

.github/workflows/windows_neovim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
5757
- name: Install Go for gopls
5858
if: steps.cache-gopls.outputs.cache-hit != 'true'
59-
uses: actions/setup-go@v2
59+
uses: actions/setup-go@v4
6060
with:
6161
go-version: ${{ env.VIM_LSP_GO_VERSION }}
6262
- name: Install gopls

.github/workflows/windows_vim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
5959
- name: Install Go for gopls
6060
if: steps.cache-gopls.outputs.cache-hit != 'true'
61-
uses: actions/setup-go@v2
61+
uses: actions/setup-go@v4
6262
with:
6363
go-version: ${{ env.VIM_LSP_GO_VERSION }}
6464
- name: Install gopls

0 commit comments

Comments
 (0)