Skip to content

Commit 14e8e0b

Browse files
authored
fix(deps): update Go version to 1.25.7 (#160)
1 parent 9d91f3c commit 14e8e0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM docker.io/golang:1.25-alpine3.22 AS builder
1+
FROM --platform=$BUILDPLATFORM docker.io/golang:1.25.7-alpine3.23 AS builder
22
ARG TARGETARCH
33
ENV CGO_ENABLED=0 \
44
GOOS=linux \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/equinor/radix-cli
22

3-
go 1.25.5
3+
go 1.25.7
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0

0 commit comments

Comments
 (0)