Merge pull request #8937 from Roasbeef/go-1-22-5

build: update to Go 1.22.5
This commit is contained in:
Olaoluwa Osuntokun 2024-07-25 13:14:57 -07:00 committed by GitHub
commit 8c0d7862c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 5 additions and 9 deletions

View file

@ -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:
########################

View file

@ -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:

View file

@ -1,10 +1,9 @@
# 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
# /.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.

View file

@ -1,10 +1,9 @@
# If you change this value, please change it in the following files as well:
# /.travis.yml
# /Dockerfile
# /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 <laolu@lightning.engineering>"

View file

@ -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)

View file

@ -1,10 +1,9 @@
# If you change this value, please change it in the following files as well:
# /.travis.yml
# /Dockerfile
# /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 <laolu@lightning.engineering>