Skip to content

Commit

Permalink
Migrate to Go 1.13 and gomodules (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
joohoi committed Oct 17, 2019
1 parent 637c82f commit 5b1e515
Show file tree
Hide file tree
Showing 3,455 changed files with 135 additions and 1,485,115 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.11
- 1.13
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
Expand Down
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.4-alpine3.8 AS builder
FROM golang:1.13-alpine AS builder
LABEL maintainer="[email protected]"

RUN apk add --update gcc musl-dev git
Expand Down
367 changes: 0 additions & 367 deletions Gopkg.lock

This file was deleted.

Loading

0 comments on commit 5b1e515

Please sign in to comment.