Skip to content

Commit 1d96553

Browse files
authored
Update go to latest patch release of 1.22 (#594)
1 parent 07e372b commit 1d96553

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
go: [1.22.1]
17+
go: [1.22.8]
1818
name: go ${{ matrix.go }}
1919
steps:
2020
- name: Checkout

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# [Unreleased]
22

3+
- Update various go packages
4+
- Update go version to 1.22.8 (#594, @abecevello)
5+
36
# [2.9.0] - 2024-03-12
47

58
- Updated go version to 1.22.1 to fix 3 CVEs (#559, @dianadevasia)

dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ up:
1313
- shfmt
1414
- yamllint
1515
- go:
16-
version: 1.22.1
16+
version: 1.22.8
1717
modules: true

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Shopify/toxiproxy/v2
22

3-
go 1.22.1
3+
go 1.22.8
44

55
require (
66
github.com/gorilla/mux v1.8.1

0 commit comments

Comments
 (0)