From 9e2b308f9395a558b71017e763ca537db0a2b167 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 24 Jul 2024 14:20:03 -0700 Subject: [PATCH 1/2] build: update to Go 1.22.5 --- .github/workflows/main.yml | 2 +- .github/workflows/release.yaml | 2 +- Dockerfile | 2 +- dev.Dockerfile | 2 +- make/builder.Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a5038455..2dc0ad163 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ env: # /dev.Dockerfile # /make/builder.Dockerfile # /.github/workflows/release.yml - GO_VERSION: 1.22.3 + GO_VERSION: 1.22.5 jobs: ######################## diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index af78e5d64..702734cf8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ env: # /dev.Dockerfile # /make/builder.Dockerfile # /.github/workflows/main.yml - GO_VERSION: 1.22.3 + GO_VERSION: 1.22.5 jobs: main: diff --git a/Dockerfile b/Dockerfile index d6e8a82c6..d15c079ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # /make/builder.Dockerfile # /.github/workflows/main.yml # /.github/workflows/release.yml -FROM golang:1.22.3-alpine as builder +FROM golang:1.22.5-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 624c1bc3a..61847b985 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -4,7 +4,7 @@ # /make/builder.Dockerfile # /.github/workflows/main.yml # /.github/workflows/release.yml -FROM golang:1.22.3-alpine as builder +FROM golang:1.22.5-alpine as builder LABEL maintainer="Olaoluwa Osuntokun " diff --git a/make/builder.Dockerfile b/make/builder.Dockerfile index 66946e0a4..1c1c17d28 100644 --- a/make/builder.Dockerfile +++ b/make/builder.Dockerfile @@ -4,7 +4,7 @@ # /dev.Dockerfile # /.github/workflows/main.yml # /.github/workflows/release.yml -FROM golang:1.22.3-bookworm +FROM golang:1.22.5-bookworm MAINTAINER Olaoluwa Osuntokun From bc2922232c89d0c8874c40f9aa630902da2df3b1 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 25 Jul 2024 13:13:02 -0700 Subject: [PATCH 2/2] build: remove old Travis references We no longer use Travis. --- Dockerfile | 1 - dev.Dockerfile | 1 - lnrpc/README.md | 1 - make/builder.Dockerfile | 1 - 4 files changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d15c079ad..683eff81a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ # If you change this value, please change it in the following files as well: -# /.travis.yml # /dev.Dockerfile # /make/builder.Dockerfile # /.github/workflows/main.yml diff --git a/dev.Dockerfile b/dev.Dockerfile index 61847b985..c0d4572bb 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -1,5 +1,4 @@ # If you change this value, please change it in the following files as well: -# /.travis.yml # /Dockerfile # /make/builder.Dockerfile # /.github/workflows/main.yml diff --git a/lnrpc/README.md b/lnrpc/README.md index c4705d629..b504525f1 100644 --- a/lnrpc/README.md +++ b/lnrpc/README.md @@ -1,7 +1,6 @@ lnrpc ===== -[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/lightningnetwork/lnd/lnrpc) diff --git a/make/builder.Dockerfile b/make/builder.Dockerfile index 1c1c17d28..db227983a 100644 --- a/make/builder.Dockerfile +++ b/make/builder.Dockerfile @@ -1,5 +1,4 @@ # If you change this value, please change it in the following files as well: -# /.travis.yml # /Dockerfile # /dev.Dockerfile # /.github/workflows/main.yml