mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-15 13:02:14 +08:00
remove go1.14 and go1.15
This commit is contained in:
parent
861a6a92dd
commit
53c3589b46
2
.github/workflows/gin.yml
vendored
2
.github/workflows/gin.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
go: [1.14, 1.15, 1.16, 1.17, 1.18]
|
go: [1.16, 1.17, 1.18]
|
||||||
test-tags: ['', nomsgpack]
|
test-tags: ['', nomsgpack]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user