Skip to content

Commit

Permalink
Update go to latest patch release of 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
abecevello committed Oct 8, 2024
1 parent 07e372b commit a5305f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: [1.22.1]
go: [1.22.8]
name: go ${{ matrix.go }}
steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# [Unreleased]

- Update various go packages
- Update go version to 1.22.8

# [2.9.0] - 2024-03-12

- Updated go version to 1.22.1 to fix 3 CVEs (#559, @dianadevasia)
Expand Down
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ up:
- shfmt
- yamllint
- go:
version: 1.22.1
version: 1.22.8
modules: true
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Shopify/toxiproxy/v2

go 1.22.1
go 1.22.8

require (
github.com/gorilla/mux v1.8.1
Expand Down

0 comments on commit a5305f9

Please sign in to comment.