Skip to content

Commit c161b5b

Browse files
authored
Merge pull request #7 from atlassian/cwood/bump-go-version
Update to to go 1.10
2 parents 6b5658b + 39f093f commit c161b5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: go
22

33
go:
4-
- 1.8
5-
- 1.9
4+
- "1.8"
5+
- "1.9"
6+
- "1.10"
67
- tip
78

89
env:

0 commit comments

Comments
 (0)