File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2.1
22jobs :
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
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
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
Original file line number Diff line number Diff line change 1- FROM golang:1.24.5 AS build-env
1+ FROM golang:1.25.1 AS build-env
22WORKDIR /usr/local/go/src/github.com/SpectoLabs/hoverfly
33COPY . /usr/local/go/src/github.com/SpectoLabs/hoverfly
44RUN cd core/cmd/hoverfly && CGO_ENABLED=0 GOOS=linux go install -ldflags "-s -w"
Original file line number Diff line number Diff line change 11module github.com/SpectoLabs/hoverfly
22
3- go 1.24.5
3+ go 1.25.1
44
55require (
66 github.com/ChrisTrenkamp/xsel v0.9.16
You can’t perform that action at this time.
0 commit comments