Skip to content

Commit

Permalink
Update Golang to 1.12.1 (elastic#11330)
Browse files Browse the repository at this point in the history
Changes in 1.12: https://golang.org/doc/go1.12
Changes in minor release: https://github.com/golang/go/issues?q=milestone%3AGo1.12.1

Updated vendored packages:
- `github.com/tsg/gopacket/pcap`
- `github.com/docker/docker/pkg/*`
- `github.com/docker/go-connections`

New vendored packages (as required by dependencies):
- `github.com/konsorten/go-windows-terminal-sequences`

Removed vendored package:
- `github.com/Sirupsen/logrus`: `github.com/sirupsen/logrus` is used and it leads to a case insensitive collision, required by docker dependencies
  • Loading branch information
kvch authored Apr 9, 2019
1 parent 2328608 commit 491adea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.11.5
FROM golang:1.12.1
MAINTAINER Noémi Ványi <[email protected]>

RUN set -x && \
Expand Down

0 comments on commit 491adea

Please sign in to comment.