Skip to content

Commit 16dbba3

Browse files
committed
#1190 bump go version
1 parent 03e73fa commit 16dbba3

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.1
5+
- image: cimg/go:1.24.3
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.1
35+
- image: cimg/go:1.24.3
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.1
61+
- image: cimg/go:1.24.3
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.1 AS build-env
1+
FROM golang:1.24.3 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.1
3+
go 1.24.3
44

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

0 commit comments

Comments
 (0)