Skip to content

Commit 8de0176

Browse files
authored
minor update go to 1.22.10 (#1159)
1 parent e283e26 commit 8de0176

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.circleci/config.yml

+3-3
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.22.4
5+
- image: cimg/go:1.22.10
66

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

3333
deploy-master:
3434
docker:
35-
- image: cimg/go:1.22.4
35+
- image: cimg/go:1.22.10
3636

3737
environment:
3838
GOPATH: /home/circleci/go
@@ -87,7 +87,7 @@ jobs:
8787

8888
deploy-release:
8989
docker:
90-
- image: cimg/go:1.22.4
90+
- image: cimg/go:1.22.10
9191

9292
environment:
9393
GOPATH: /home/circleci/go

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.4 AS build-env
1+
FROM golang:1.22.10 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"

docs/pages/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Learn more about the `forking workflow here <https://www.atlassian.com/git/tutor
1616
Building, running & testing
1717
---------------------------
1818

19-
You will need `Go 1.22.4 <https://golang.org>`_ . Instructions on how to set up your Go environment can be `found here <https://golang.org/doc/install>`_.
19+
You will need `Go 1.22.10 <https://golang.org>`_ . Instructions on how to set up your Go environment can be `found here <https://golang.org/doc/install>`_.
2020

2121
.. code:: bash
2222

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/SpectoLabs/hoverfly
22

3-
go 1.22.4
3+
go 1.22.10
44

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

0 commit comments

Comments
 (0)