File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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@v4
60+ uses : actions/setup-go@v5
6161 with :
6262 go-version : ${{ env.VIM_LSP_GO_VERSION }}
6363 - name : Install gopls
Original file line number Diff line number Diff line change 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@v4
58+ uses : actions/setup-go@v5
5959 with :
6060 go-version : ${{ env.VIM_LSP_GO_VERSION }}
6161 - name : Install gopls
Original file line number Diff line number Diff line change 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@v4
62+ uses : actions/setup-go@v5
6363 with :
6464 go-version : ${{ env.VIM_LSP_GO_VERSION }}
6565 - name : Install gopls
Original file line number Diff line number Diff line change 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@v4
38+ uses : actions/setup-go@v5
3939 with :
4040 go-version : ${{ env.VIM_LSP_GO_VERSION }}
4141 - name : Install gopls
Original file line number Diff line number Diff line change 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@v4
59+ uses : actions/setup-go@v5
6060 with :
6161 go-version : ${{ env.VIM_LSP_GO_VERSION }}
6262 - name : Install gopls
Original file line number Diff line number Diff line change 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@v4
61+ uses : actions/setup-go@v5
6262 with :
6363 go-version : ${{ env.VIM_LSP_GO_VERSION }}
6464 - name : Install gopls
You can’t perform that action at this time.
0 commit comments