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:
positiveblue 2022-09-06 15:40:07 -07:00
parent 9d04b0c3d9
commit 12fa11f685
No known key found for this signature in database
GPG Key ID: 4FFF2510928804DC

View File

@ -21,7 +21,7 @@ go:
# /make/builder.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
- "1.19.0"
- "1.19"
env:
global: