change minimum golang version from v1.15 to v1.18 (#2820)

This commit is contained in:
John Guo
2023-08-01 21:15:28 +08:00
committed by GitHub
parent c51785125e
commit 53e5a04073
76 changed files with 1916 additions and 2858 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Set Up Golang Environment
uses: actions/setup-go@v4
with:
go-version: 1.20.4
go-version: 1.20.6
- name: Build CLI Binary
run: |