1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-25 13:48:50 +08:00

Include Golang v1.20.x explicitly.

Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
This commit is contained in:
Jakub Sobon 2023-02-08 16:22:46 -05:00
parent 5e6de2ede6
commit bc92fea523
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7

View File

@ -1,5 +1,6 @@
language: go
go:
- 1.20.x
- stable
before_install:
- go install golang.org/x/tools/cmd/cover@latest