mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 05:16:35 +08:00
Remove go1.15 in GitHub Actions workflow
This commit is contained in:
parent
c1a2ca1e4a
commit
a28be6a7b3
2
.github/workflows/gin.yml
vendored
2
.github/workflows/gin.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go: [1.15, 1.16, 1.17, 1.18]
|
||||
go: [1.16, 1.17, 1.18]
|
||||
test-tags: ['', '-tags nomsgpack', '-tags "sonic avx"', '-tags go_json']
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user