From e68c0bf18fe05787243fa6f930c84a3d90afd001 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Sat, 12 Dec 2020 11:25:22 +0100 Subject: [PATCH 1/2] docker: update to latest golang base image --- Dockerfile | 2 +- dev.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d66220a3..b544c0b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.5-alpine as builder +FROM golang:1.15.6-alpine as builder # Force Go to use the cgo based DNS resolver. This is required to ensure DNS # queries required to connect to linked containers succeed. diff --git a/dev.Dockerfile b/dev.Dockerfile index db55ce12..cd3be28a 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13-alpine as builder +FROM golang:1.15.6-alpine as builder LABEL maintainer="Olaoluwa Osuntokun " From 91ed4d811e2698323122ac145a7e08b6946d81d1 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Sat, 12 Dec 2020 11:26:00 +0100 Subject: [PATCH 2/2] GitHub+Travis: update to latest golang patch version --- .github/workflows/main.yml | 6 ++++++ .github/workflows/release.yaml | 8 +++++++- .travis.yml | 7 ++++++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11b082b5..bbc695ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,6 +18,12 @@ env: GOPATH: /home/runner/work/go DOWNLOAD_CACHE: /home/runner/work/download_cache 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 jobs: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c156ad35..c1aed519 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,13 @@ defaults: env: DOCKER_REPO: lightninglabs 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: main: diff --git a/.travis.yml b/.travis.yml index 594d78fd..cd1c1cb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,12 @@ git: depth: false 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: global: