-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*) cleanup after upgrading to go 1.14 (#727)
* chore(*) bump gloangci-lint version after e4d31d, the linter does not finish its job and complains with "WARN [runner] Can't run linter goanalysis_metalinter" and "export data is newer version - update tool". This is described here golangci/golangci-lint#893. The solution is to use newer golangci-lint, which is done here. * fix(kuma-cp) remove deprecated functin call Go 1.14 deprecates BuildNameToCertificate as described here golang/go#37626 Fixing the linter exposes this issue and it's fixed here. * chore(*) cleanup dependencies `go mod tidy` * chore(*) add more `-mod=mod` where needed * fix(kuma-cp) fix failing linter after rebase to new k8s Also Move the namespace creation to BeforeSuite section in k8s store testing. * chore(*) add tidy target for go mod maintenance * chore(*) commit the result of the tidy * fix(*) pushd/popd are not always available in a Makefile Signed-off-by: Nikolay Nikolaev <[email protected]>
- Loading branch information
Nikolay Nikolaev
authored
May 11, 2020
1 parent
6bbf9aa
commit b84f990
Showing
9 changed files
with
30 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.