Skip to content

Commit

Permalink
Switch to go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
James Munson authored and terinjokes committed May 15, 2020
1 parent 572f3f7 commit c90dfec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -2,15 +2,14 @@ language: go
dist: trusty
sudo: false
go:
- 1.11.x
- 1.12.x
- 1.14.x
script:
- GOFLAGS=-mod=vendor go test -v ./...

jobs:
include:
- stage: Cross-Build
go: 1.12.x
go: 1.14.x
env:
- CGO_ENABLED=0
script:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
@@ -1,4 +1,4 @@
FROM golang:1.11-stretch
FROM golang:1.14-stretch
RUN mkdir -p $GOPATH/src/github.com/cloudflare/certmgr
COPY . $GOPATH/src/github.com/cloudflare/certmgr/
WORKDIR $GOPATH/src/github.com/cloudflare/certmgr

0 comments on commit c90dfec

Please sign in to comment.