mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-10 01:27:54 +00:00
Bumps [github.com/containers/ocicrypt](https://github.com/containers/ocicrypt) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/containers/ocicrypt/releases) - [Commits](https://github.com/containers/ocicrypt/compare/v1.1.0...v1.1.1) Signed-off-by: dependabot[bot] <support@github.com>
29 lines
398 B
YAML
29 lines
398 B
YAML
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 -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
|
|
|
|
script:
|
|
- make
|
|
- make check
|
|
- make test
|