chore: support min version of go: 1.14 (#2964)
This commit is contained in:
2
.github/workflows/gin.yml
vendored
2
.github/workflows/gin.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go: [1.13, 1.14, 1.15, 1.16, 1.17]
|
||||
go: [1.14, 1.15, 1.16, 1.17]
|
||||
test-tags: ['', nomsgpack]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user