mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
GitHub+Dockerfile: bump Go version to v1.22.3
This commit is contained in:
parent
9ad77365c8
commit
6d2e90a835
3 changed files with 3 additions and 3 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -12,7 +12,7 @@ env:
|
|||
# If you change this value, please change it in the following files as well:
|
||||
# /Dockerfile
|
||||
# /dev.Dockerfile
|
||||
GO_VERSION: 1.21
|
||||
GO_VERSION: 1.22.3
|
||||
|
||||
jobs:
|
||||
########################
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ RUN apk add --no-cache --update alpine-sdk \
|
|||
# If you change this value, please also update:
|
||||
# /dev.Dockerfile
|
||||
# /.github/workflows/main.yml
|
||||
FROM golang:1.21-alpine as golangbuilder
|
||||
FROM golang:1.22.3-alpine as golangbuilder
|
||||
|
||||
# Instead of checking out from git again, we just copy the whole working
|
||||
# directory of the previous stage that includes the generated static assets.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ RUN cd /go/src/github.com/lightninglabs/lightning-terminal/app \
|
|||
# If you change this value, please also update:
|
||||
# /Dockerfile
|
||||
# /.github/workflows/main.yml
|
||||
FROM golang:1.21-alpine as golangbuilder
|
||||
FROM golang:1.22.3-alpine as golangbuilder
|
||||
|
||||
# Instead of checking out from git again, we just copy the whole working
|
||||
# directory of the previous stage that includes the generated static assets.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue