Enable golangci on Windows

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan 2020-10-01 09:00:45 -07:00
parent a3c0e8859c
commit 77cf032195
22 changed files with 43 additions and 1 deletions

View File

@ -18,3 +18,5 @@ run:
timeout: 3m
skip-dirs:
- docs
skip-files:
- ".*\\.pb.go"

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The containerd Authors.

View File

@ -26,4 +26,4 @@ cd "${ROOT}"
make install.tools
make verify
#GOOS=windows make verify
GOOS=windows make verify