diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-10 10:26:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 10:26:39 -0500 |
commit | 871562f9fe0d9b2b8975bd30ac07f94054f8bef9 (patch) | |
tree | 2efcf8a7e0ab05fd6e22a88a38b8ed071d41f05b /pkg | |
parent | b4ca924365869d73aecd10bb99656b99ab8bf0ae (diff) | |
parent | 68133414f42483c5122d2fe6916e179cbbb9d756 (diff) | |
download | podman-871562f9fe0d9b2b8975bd30ac07f94054f8bef9.tar.gz podman-871562f9fe0d9b2b8975bd30ac07f94054f8bef9.tar.bz2 podman-871562f9fe0d9b2b8975bd30ac07f94054f8bef9.zip |
Merge pull request #9294 from matejvasek/update_linter
Update golangci-lint
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/domain/infra/abi/manifest.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/domain/infra/abi/manifest.go b/pkg/domain/infra/abi/manifest.go index 626f1f7bf..da7482407 100644 --- a/pkg/domain/infra/abi/manifest.go +++ b/pkg/domain/infra/abi/manifest.go @@ -1,5 +1,3 @@ -// +build !remote - package abi import ( |