Skip to content

Commit fc5b576

Browse files
chore(deps): update actions/setup-go action to v6
1 parent 04ef607 commit fc5b576

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@v5
60+
uses: actions/setup-go@v6
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@v5
58+
uses: actions/setup-go@v6
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
@@ -52,7 +52,7 @@ jobs:
5252
path: ./vim-themis
5353
ref: v1.5.5
5454
- name: Install Go for gopls
55-
uses: actions/setup-go@v5
55+
uses: actions/setup-go@v6
5656
with:
5757
go-version: ${{ env.VIM_LSP_GO_VERSION }}
5858
- name: Install gopls

.github/workflows/mac_vim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
path: ./vim-themis
2929
ref: v1.5.5
3030
- name: Install Go for gopls
31-
uses: actions/setup-go@v5
31+
uses: actions/setup-go@v6
3232
with:
3333
go-version: ${{ env.VIM_LSP_GO_VERSION }}
3434
- 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@v5
59+
uses: actions/setup-go@v6
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@v5
61+
uses: actions/setup-go@v6
6262
with:
6363
go-version: ${{ env.VIM_LSP_GO_VERSION }}
6464
- name: Install gopls

0 commit comments

Comments
 (0)