Skip to content

Commit

Permalink
Update minimum supported go version to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
abecevello committed Aug 22, 2023
1 parent 0a370db commit 3ebc6d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.19", "1.18", "1.17"]
go: ["1.19", "1.18"]
name: go ${{ matrix.go }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [Unreleased]

* Update minimum supported Go version 1.18. (#525, @abecevello)

# [2.6.0] - 2023-08-22

* Gracefull shutdown of HTTP server. (#439, @miry)
Expand Down
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.17
go 1.18

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

0 comments on commit 3ebc6d4

Please sign in to comment.