dist: bionic language: go os: - linux go: - "1.19.x" matrix: include: - os: linux addons: apt: packages: - softhsm2 install: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.2 script: - make - make check - make test