change go.mod version to 1.16, change ci to 1.16
This commit is contained in:
@@ -28,9 +28,9 @@ jobs:
|
||||
DEBUG: ${{secrets.DEBUG}}
|
||||
|
||||
- name: install go
|
||||
uses: actions/setup-go@v1
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.14
|
||||
go-version: 1.16
|
||||
|
||||
- name: install golangci-lint and goveralls
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user