go 1.17 on ci

This commit is contained in:
alex.sharov 2021-09-09 09:14:42 +07:00
parent 621bb1a359
commit 1cb43277a1

View File

@ -40,6 +40,6 @@ jobs:
- name: Install deps
if: matrix.os == 'windows-2019'
run: choco upgrade mingw cmake -y --no-progress
- run: go test ./...
- run: GODEBUG=cgocheck=2 go test -race -gcflags=all=-d=checkptr ./...