Skip to content

Commit

Permalink
chore: remove supported go version 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mythrnr committed Jul 10, 2023
1 parent 320ff75 commit bf2e5a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
strategy:
matrix:
go:
- "1.16"
- "1.17"
- "1.18"
- "1.19"
Expand Down
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
module github.com/mythrnr/httprouter-group

go 1.16
go 1.17

require (
github.com/julienschmidt/httprouter v1.3.0
github.com/stretchr/testify v1.8.4
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit bf2e5a7

Please sign in to comment.