mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
support go1.20 (#3287)
This commit is contained in:
parent
6b3daffaf0
commit
100148d925
9 changed files with 14 additions and 16 deletions
|
|
@ -2,7 +2,7 @@ version: 2
|
|||
jobs:
|
||||
go-version-latest:
|
||||
docker:
|
||||
- image: cimg/go:1.19-node
|
||||
- image: cimg/go:1.20-node
|
||||
resource_class: large
|
||||
steps:
|
||||
- checkout
|
||||
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
- run: make alltest
|
||||
go-version-last:
|
||||
docker:
|
||||
- image: cimg/go:1.18-node
|
||||
- image: cimg/go:1.19-node
|
||||
resource_class: large
|
||||
steps:
|
||||
- checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue