Skip to content

Commit 8d85210

Browse files
authored
Bump Go version to 1.25.1 (#1202)
1 parent 99e862b commit 8d85210

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
build:
44
docker:
5-
- image: cimg/go:1.24.5
5+
- image: cimg/go:1.25.1
66

77
environment:
88
GOPATH: /home/circleci/go
@@ -32,7 +32,7 @@ jobs:
3232

3333
deploy-master:
3434
docker:
35-
- image: cimg/go:1.24.5
35+
- image: cimg/go:1.25.1
3636

3737
environment:
3838
GOPATH: /home/circleci/go
@@ -58,7 +58,7 @@ jobs:
5858

5959
deploy-release:
6060
docker:
61-
- image: cimg/go:1.24.5
61+
- image: cimg/go:1.25.1
6262

6363
environment:
6464
GOPATH: /home/circleci/go

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.5 AS build-env
1+
FROM golang:1.25.1 AS build-env
22
WORKDIR /usr/local/go/src/github.com/SpectoLabs/hoverfly
33
COPY . /usr/local/go/src/github.com/SpectoLabs/hoverfly
44
RUN cd core/cmd/hoverfly && CGO_ENABLED=0 GOOS=linux go install -ldflags "-s -w"

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.24.5
3+
go 1.25.1
44

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

0 commit comments

Comments
 (0)