Bump Travis build to Go 1.12

This fixes the `undefined: strings.ReplaceAll` build error.
pull/195/head
Matt Baer 5 years ago
parent d8df15855c
commit bbb7b28110
  1. 2
      .travis.yml

@ -1,7 +1,7 @@
language: go
go:
- "1.11.x"
- "1.12.x"
env:
- GO111MODULE=on

Loading…
Cancel
Save