Skip to content

Commit

Permalink
travis: Remove go 1.7 and 1.8 from test
Browse files Browse the repository at this point in the history
* Using sync.Map for idPool. The feature is only available on
  go 1.9 and after. So go 1.7 and 1.8 are droped out of support.
  • Loading branch information
yookoala committed Feb 19, 2021
1 parent 4663d83 commit f4daef5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ language: go
dist: focal

go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
Expand Down

0 comments on commit f4daef5

Please sign in to comment.