change go.mod version to 1.16, change ci to 1.16

This commit is contained in:
Umputun
2021-07-27 04:25:27 -05:00
parent 4d1d32016e
commit 4c2f2aa097
4 changed files with 4 additions and 15 deletions
+2 -2
View File
@@ -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: |