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