Skip to content

Commit e1ef9d5

Browse files
committed
update CHANGELOG.md for fatih#2261
1 parent 9ffbd9b commit e1ef9d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ IMPROVEMENTS:
44
* Add a new option, `g:go_code_completion_enabled`, to control whether omnifunc
55
is set.
66
[[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)
79

810
BUG FIXES:
911
* display info about function and function types whose parameters are
@@ -14,7 +16,6 @@ BUG FIXES:
1416
* Detect GOPATH when starting `gopls`
1517
[[GH-2255]](https://github.com/fatih/vim-go/pull/2255)
1618

17-
1819
## 1.20 - (April 22, 2019)
1920

2021
FEATURES:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12.1
1+
FROM golang:1.12.4
22

33
RUN apt-get update -y && \
44
apt-get install -y build-essential curl git libncurses5-dev python3-pip && \

0 commit comments

Comments
 (0)