mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-05 18:49:39 +02:00
ci: fix go version for travis jobs
Golang uses semver `X.Y.Z` but when `Z` is zero it gets dropped from the version. Ex: `1.18`, `1.19` instead of `1.18.0` and `1.19.0`.
This commit is contained in:
parent
9d04b0c3d9
commit
12fa11f685
@ -21,7 +21,7 @@ go:
|
||||
# /make/builder.Dockerfile
|
||||
# /.github/workflows/main.yml
|
||||
# /.github/workflows/release.yml
|
||||
- "1.19.0"
|
||||
- "1.19"
|
||||
|
||||
env:
|
||||
global:
|
||||
|
Loading…
x
Reference in New Issue
Block a user