Skip to content

Commit 62bdbce

Browse files
sweoggyzozs
andauthored
Upgrade Go to 1.23 (#297)
* Upgrade Go --------- Co-authored-by: Linus Karlsson <[email protected]>
1 parent 16c7d97 commit 62bdbce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/docker/alpine.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-alpine AS dev
1+
FROM golang:1.23-alpine AS dev
22
WORKDIR /cli
33
RUN apk --no-cache --update add git build-base
44
COPY go.mod go.sum ./
@@ -49,7 +49,7 @@ RUN apk --no-cache --update add \
4949
g++ \
5050
curl
5151

52-
RUN apk --no-cache --update add dotnet8-sdk go~=1.22 --repository=https://dl-cdn.alpinelinux.org/alpine/v3.20/community
52+
RUN apk --no-cache --update add dotnet8-sdk go~=1.23 --repository=https://dl-cdn.alpinelinux.org/alpine/v3.20/community
5353

5454
RUN dotnet --version && npm -v && yarn -v
5555

build/docker/debian.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-bookworm AS dev
1+
FROM golang:1.23-bookworm AS dev
22
WORKDIR /cli
33

44
ARG DEBIAN_FRONTEND=noninteractive
@@ -90,7 +90,7 @@ RUN curl -fsSLO https://dot.net/v1/dotnet-install.sh \
9090
&& rm ./dotnet-install.sh \
9191
&& dotnet help
9292

93-
ENV GOLANG_VERSION="1.22"
93+
ENV GOLANG_VERSION="1.23"
9494
RUN apt -y update && apt -y upgrade && apt -y install \
9595
ca-certificates && \
9696
apt -y install -t unstable \

0 commit comments

Comments
 (0)