mirror of
https://github.com/Luzifer/rconfig.git
synced 2024-11-09 16:30:04 +00:00
Drop Go1.15 support
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
37f53184c3
commit
5b328dd443
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.15.x
|
||||
- 1.16.x
|
||||
- 1.17.x
|
||||
- tip
|
||||
|
||||
script: go test -v -race -cover ./...
|
||||
|
|
Loading…
Reference in a new issue