Skip to content

Commit 2fd5f51

Browse files
authored
Merge pull request #123 from jamessimas/travis_ci
Adds newer Go versions to .travis.yml
2 parents f30a783 + a029015 commit 2fd5f51

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@ go:
44
- "1.13"
55
- "1.14"
66
- "1.15"
7+
- "1.16"
8+
- "1.17"
9+
- "1.18"
10+
- "1.19"
11+
- "1.20"
12+
- "1.21"
13+
- "1.22"
14+
- "1.23"
715
- tip

0 commit comments

Comments
 (0)