GitHub+Dockerfile: bump Go version to v1.22.3

This commit is contained in:
Viktor Tigerström 2024-05-31 18:15:24 +02:00 committed by Elle Mouton
parent 9ad77365c8
commit 6d2e90a835
No known key found for this signature in database
GPG key ID: D7D916376026F177
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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