build: update Github Actions to use Go 1.14.4

This commit is contained in:
Olaoluwa Osuntokun 2020-06-15 11:51:12 -07:00
parent 7261b064db
commit 25f6d51b45
No known key found for this signature in database
GPG Key ID: BC13F65E2DC84465

View File

@ -18,7 +18,7 @@ env:
GOPATH: /home/runner/work/go
DOWNLOAD_CACHE: /home/runner/work/download_cache
BITCOIN_VERSION: 0.19.1
GO_VERSION: 1.13.10
GO_VERSION: 1.14.4
jobs:
########################