mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 13:22:09 +08:00
chore: run tests on go 1.19
This commit is contained in:
parent
ad66d9d11a
commit
6b11ffa70b
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.15, 1.16, 1.17, 1.18]
|
go: [1.15, 1.16, 1.17, 1.18, 1.19]
|
||||||
test-tags: ['', '-tags nomsgpack', '-tags "sonic avx"', '-tags go_json']
|
test-tags: ['', '-tags nomsgpack', '-tags "sonic avx"', '-tags go_json']
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user