mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-20 00:02:16 +08:00
only support go1.13
This commit is contained in:
parent
a83a7b7c0f
commit
4c27b80fa6
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -13,7 +13,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
go_version: [1.11.x, 1.12.x, 1.13.x, master]
|
# go_version: [1.11.x, 1.12.x, 1.13.x, master]
|
||||||
|
go-version: [1.13.x]
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -39,7 +40,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
go_version: [1.11.x, 1.12.x, 1.13.x, master]
|
# go_version: [1.11.x, 1.12.x, 1.13.x, master]
|
||||||
|
go_version: [1.13.x]
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user