mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
b352d73511
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
30 lines
398 B
YAML
30 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
|