Skip to content

Commit

Permalink
Set go.mod go version to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmaasakkers committed Feb 17, 2020
1 parent 86acec6 commit b32ebd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ A shorthand for generating a 404 statuscode in Problem Details JSON to the Respo
problemdetails.NewHTTP(http.StatusNotFound).ServeJSON(w, r)
```



2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/mvmaasakkers/go-problemdetails

go 1.12
go 1.13

0 comments on commit b32ebd7

Please sign in to comment.