Skip to content

Commit 74cc469

Browse files
authored
Bump Go version to 1.25.5 (#1211)
1 parent f40f746 commit 74cc469

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.4 AS build-env
1+
FROM golang:1.25.5 AS build-env
22
WORKDIR /usr/local/go/src/github.com/SpectoLabs/hoverfly
33
COPY . /usr/local/go/src/github.com/SpectoLabs/hoverfly
44

@@ -7,7 +7,7 @@ ARG TARGETOS=linux
77
ARG TARGETARCH
88
RUN cd core/cmd/hoverfly \
99
&& CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
10-
go install -ldflags "-s -w"
10+
go install -ldflags "-s -w"
1111

1212
# Final minimal image based on Alpine, without running apk to avoid QEMU trigger issues
1313
FROM alpine:3.20

go.mod

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

3-
go 1.25.4
3+
go 1.25.5
44

55
require (
66
github.com/ChrisTrenkamp/xsel v0.9.16

0 commit comments

Comments
 (0)