support go1.18 and remove go1.16 (#2868)

This commit is contained in:
fatedier
2022-03-23 21:15:01 +08:00
committed by GitHub
parent 11b13533a0
commit 4acae540c8
4 changed files with 8 additions and 5 deletions

View File

@@ -2,14 +2,14 @@ version: 2
jobs:
go-version-latest:
docker:
- image: cimg/go:1.17-node
- image: cimg/go:1.18-node
steps:
- checkout
- run: make
- run: make alltest
go-version-last:
docker:
- image: cimg/go:1.16-node
- image: cimg/go:1.17-node
steps:
- checkout
- run: make