mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-12 10:30:40 +01:00
GitHub+Travis: update to latest golang patch version
This commit is contained in:
parent
e68c0bf18f
commit
91ed4d811e
3 changed files with 19 additions and 2 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -18,6 +18,12 @@ env:
|
||||||
GOPATH: /home/runner/work/go
|
GOPATH: /home/runner/work/go
|
||||||
DOWNLOAD_CACHE: /home/runner/work/download_cache
|
DOWNLOAD_CACHE: /home/runner/work/download_cache
|
||||||
BITCOIN_VERSION: 0.20.1
|
BITCOIN_VERSION: 0.20.1
|
||||||
|
|
||||||
|
# If you change this value, please change it in the following files as well:
|
||||||
|
# /.travis.yml
|
||||||
|
# /Dockerfile
|
||||||
|
# /dev.Dockerfile
|
||||||
|
# /.github/workflows/release.yml
|
||||||
GO_VERSION: 1.15.6
|
GO_VERSION: 1.15.6
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
@ -12,7 +12,13 @@ defaults:
|
||||||
env:
|
env:
|
||||||
DOCKER_REPO: lightninglabs
|
DOCKER_REPO: lightninglabs
|
||||||
DOCKER_IMAGE: lnd
|
DOCKER_IMAGE: lnd
|
||||||
GO_VERSION: 1.15.5
|
|
||||||
|
# If you change this value, please change it in the following files as well:
|
||||||
|
# /.travis.yml
|
||||||
|
# /Dockerfile
|
||||||
|
# /dev.Dockerfile
|
||||||
|
# /.github/workflows/main.yml
|
||||||
|
GO_VERSION: 1.15.6
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
|
|
|
@ -16,7 +16,12 @@ git:
|
||||||
depth: false
|
depth: false
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.15.x"
|
# If you change this value, please change it in the following files as well:
|
||||||
|
# /Dockerfile
|
||||||
|
# /dev.Dockerfile
|
||||||
|
# /.github/workflows/main.yml
|
||||||
|
# /.github/workflows/release.yml
|
||||||
|
- "1.15.6"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Add table
Reference in a new issue