Skip to content
Snippets Groups Projects
Commit 06c59b3e authored by Will McCutchen's avatar Will McCutchen
Browse files

Bump docker image to go 1.13

parent 4932a18a
No related branches found
No related tags found
No related merge requests found
--- ---
language: go language: go
go: go:
- '1.10'
- '1.11' - '1.11'
- '1.12' - '1.12'
- '1.13'
script: script:
- make lint - make lint
......
FROM golang:1.11 FROM golang:1.13
WORKDIR /go/src/github.com/mccutchen/go-httpbin WORKDIR /go/src/github.com/mccutchen/go-httpbin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment