Skip to content

Commit

Permalink
Update minimum Go version from v1.16 to v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Dec 7, 2022
1 parent fac8477 commit fe1963e
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.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.17', '1.18', '1.19']
go: ['1.18', '1.19']
steps:
- name: setup
uses: actions/setup-go@v3
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Expand Up @@ -4,6 +4,10 @@ Notable changes between releases.

## Latest

## v1.4.1

* Update minimum Go version to v1.18

## v1.4.0

* `Do` reads Body to reuse HTTP/1.x "keep-alive" TCP connections ([#59](https://github.com/dghubble/sling/pull/59))
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,5 +1,5 @@
module github.com/dghubble/sling

go 1.16
go 1.18

require github.com/google/go-querystring v1.1.0
1 change: 0 additions & 1 deletion go.sum
Expand Up @@ -2,5 +2,4 @@ github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 comments on commit fe1963e

Please sign in to comment.