Skip to content

Commit dcaa9ec

Browse files
renovate[bot]tommysitu
authored andcommitted
Update Go to v1.26.4
1 parent 0485dc7 commit dcaa9ec

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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.26.3
5+
- image: cimg/go:1.26.4
66

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

3333
deploy-master:
3434
docker:
35-
- image: cimg/go:1.26.3
35+
- image: cimg/go:1.26.4
3636

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

5959
deploy-release:
6060
docker:
61-
- image: cimg/go:1.26.3
61+
- image: cimg/go:1.26.4
6262

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

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Matchers operate per HTTP field (method, path, query, headers, body, scheme, des
8989

9090
## Tech Stack
9191

92-
- **Go 1.26.3**, modules in `go.mod`
92+
- **Go 1.26.4**, modules in `go.mod`
9393
- **Proxy:** `github.com/SpectoLabs/goproxy` (custom MITM fork)
9494
- **CLI:** `cobra` + `viper`
9595
- **Routing (admin API):** `gorilla/mux`, `go-zoo/bone`

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Thanks for your interest in contributing to Hoverfly! This guide will help you g
66

77
### Prerequisites
88

9-
- **Go 1.26.3+** — install from [golang.org/dl](https://golang.org/dl)
9+
- **Go 1.26.4+** — install from [golang.org/dl](https://golang.org/dl)
1010
- **Ruby** and **Python** — needed for some middleware tests
1111
```bash
1212
# macOS

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.3 AS build-env
1+
FROM golang:1.26.4 AS build-env
22
WORKDIR /usr/local/go/src/github.com/SpectoLabs/hoverfly
33
COPY . /usr/local/go/src/github.com/SpectoLabs/hoverfly
44

0 commit comments

Comments
 (0)