Skip to content

Commit

Permalink
Merge pull request #8937 from Roasbeef/go-1-22-5
Browse files Browse the repository at this point in the history
build: update to Go 1.22.5
  • Loading branch information
Roasbeef committed Jul 25, 2024
2 parents b40f165 + bc29222 commit 8c0d786
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
########################
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 1 addition & 2 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"

Expand Down
1 change: 0 additions & 1 deletion lnrpc/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 1 addition & 2 deletions make/builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

Expand Down

0 comments on commit 8c0d786

Please sign in to comment.