remove logs and update golang version

pull/96/head
ray-x 3 years ago
parent 3be242ac6c
commit 36683e3646

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.16.1" # The Go version to download (if necessary) and use.
go-version: "^1.17.2" # The Go version to download (if necessary) and use.
- run: date +%F > todays-date
- name: Restore cache for today's nightly.
uses: actions/cache@v2

@ -372,7 +372,7 @@ function M.update_err_marker()
local uri = vim.uri_from_bufnr(bufnr)
local result = {diagnostics = errors, uri = errors[1].uri or uri}
log(result)
trace(result)
local marker = update_err_marker_async()
marker(result, {bufnr = bufnr, method = 'textDocument/publishDiagnostics'})
end

Loading…
Cancel
Save