Skip to content

Commit bf2e5a7

Browse files
committed
chore: remove supported go version 1.16
1 parent 320ff75 commit bf2e5a7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/check-code.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
strategy:
5757
matrix:
5858
go:
59-
- "1.16"
6059
- "1.17"
6160
- "1.18"
6261
- "1.19"

go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
module github.com/mythrnr/httprouter-group
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/julienschmidt/httprouter v1.3.0
77
github.com/stretchr/testify v1.8.4
88
)
9+
10+
require (
11+
github.com/davecgh/go-spew v1.1.1 // indirect
12+
github.com/pmezard/go-difflib v1.0.0 // indirect
13+
gopkg.in/yaml.v3 v3.0.1 // indirect
14+
)

0 commit comments

Comments
 (0)