Skip to content

Commit 81850ca

Browse files
committed
multi: update to go 1.21
1 parent c5dfb74 commit 81850ca

File tree

5 files changed

+46
-4
lines changed

5 files changed

+46
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
# If you change this value, please change it in the following files as well:
1313
# /Dockerfile
1414
# /dev.Dockerfile
15-
GO_VERSION: 1.19
15+
GO_VERSION: 1.21
1616

1717
jobs:
1818
########################

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN apk add --no-cache --update alpine-sdk \
3535
# If you change this value, please also update:
3636
# /dev.Dockerfile
3737
# /.github/workflows/main.yml
38-
FROM golang:1.19-alpine as golangbuilder
38+
FROM golang:1.21-alpine as golangbuilder
3939

4040
# Instead of checking out from git again, we just copy the whole working
4141
# directory of the previous stage that includes the generated static assets.

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN cd /go/src/github.com/lightninglabs/lightning-terminal/app \
1313
# If you change this value, please also update:
1414
# /Dockerfile
1515
# /.github/workflows/main.yml
16-
FROM golang:1.19-alpine as golangbuilder
16+
FROM golang:1.21-alpine as golangbuilder
1717

1818
# Instead of checking out from git again, we just copy the whole working
1919
# directory of the previous stage that includes the generated static assets.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,4 @@ replace github.com/lightninglabs/lightning-terminal/autopilotserverrpc => ./auto
230230
// taproot-assets dependency to function properly.
231231
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
232232

233-
go 1.19
233+
go 1.21

0 commit comments

Comments
 (0)