Skip to content

Commit

Permalink
Merge pull request #404 from jj22ee/revert-go-mod-max-support
Browse files Browse the repository at this point in the history
Lower supported version in go.mod to 1.19
  • Loading branch information
jj22ee authored Feb 23, 2023
2 parents f085b3d + ea2ff55 commit cf77ca0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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/aws/aws-xray-sdk-go

go 1.20
go 1.19

require (
github.com/DATA-DOG/go-sqlmock v1.4.1
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/distributioncheck/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.20
go 1.19
2 changes: 1 addition & 1 deletion sample-apps/http-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ require (
google.golang.org/protobuf v1.25.0 // indirect
)

go 1.20
go 1.19

0 comments on commit cf77ca0

Please sign in to comment.