Skip to content

Commit 046d78f

Browse files
authored
Go -> 1.14 (#99)
* Go -> 1.14 * Update .travis.yml
1 parent 5f6e00e commit 046d78f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
- GO111MODULE=on
55

66
go:
7-
- 1.12
7+
- 1.14
88

99
script:
1010
- make travis

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12
1+
FROM golang:1.14
22

33
ENV PROJECT=github.com/mozilla-services/stubattribution
44

0 commit comments

Comments
 (0)