1
0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-09-19 08:53:00 +00:00

Drop Go1.15 support

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-09-06 18:44:38 +02:00
parent 37f53184c3
commit 5b328dd443
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -1,8 +1,8 @@
language: go
go:
- 1.15.x
- 1.16.x
- 1.17.x
- tip
script: go test -v -race -cover ./...