Update github CI

This commit is contained in:
M. Thiercelin 2022-04-25 14:51:28 +02:00
parent e04eb20cba
commit 1184c492a8
No known key found for this signature in database
GPG key ID: 29581E7E24EBEC0A
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ jobs:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
go get github.com/golangci/golangci-lint/cmd/golangci-lint
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- name: Test
run: go test -v -race ./...