Skip to content

Commit

Permalink
Update Go version and Gopkg.toml (#14)
Browse files Browse the repository at this point in the history
* Update Gopkg.toml

* bump go version

* copying changes from admin

* lint

* lint spelling
  • Loading branch information
chanadian authored Nov 18, 2019
1 parent a6c2812 commit dd63a40
Show file tree
Hide file tree
Showing 8 changed files with 385 additions and 166 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: required
language: go
go:
- "1.10"
- "1.13"
services:
- docker
jobs:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# TO OPT OUT OF UPDATES, SEE https://github.com/lyft/boilerplate/blob/master/Readme.rst

# Using go1.10.4
FROM golang:1.10.4-alpine3.8 as builder
FROM golang:1.13.3-alpine3.10 as builder
RUN apk add git openssh-client make curl dep

# COPY only the dep files for efficient caching
Expand All @@ -25,7 +25,7 @@ RUN make linux_compile
ENV PATH="/artifacts:${PATH}"

# This will eventually move to centurylink/ca-certs:latest for minimum possible image size
FROM alpine:3.8
FROM alpine:3.10
COPY --from=builder /artifacts /bin

RUN apk --update add ca-certificates
Expand Down
Loading

0 comments on commit dd63a40

Please sign in to comment.