File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ IMPROVEMENTS:
4
4
* Add a new option, ` g:go_code_completion_enabled ` , to control whether omnifunc
5
5
is set.
6
6
[[ GH-2229 ]] ( https://github.com/fatih/vim-go/pull/2229 )
7
+ * Use build tags with golangci-lint.
8
+ [[ GH-2261 ]] ( https://github.com/fatih/vim-go/pull/2261 )
7
9
8
10
BUG FIXES:
9
11
* display info about function and function types whose parameters are
@@ -14,7 +16,6 @@ BUG FIXES:
14
16
* Detect GOPATH when starting ` gopls `
15
17
[[ GH-2255 ]] ( https://github.com/fatih/vim-go/pull/2255 )
16
18
17
-
18
19
## 1.20 - (April 22, 2019)
19
20
20
21
FEATURES:
Original file line number Diff line number Diff line change 1
- FROM golang:1.12.1
1
+ FROM golang:1.12.4
2
2
3
3
RUN apt-get update -y && \
4
4
apt-get install -y build-essential curl git libncurses5-dev python3-pip && \
You can’t perform that action at this time.
0 commit comments