From 8ba056c4dfc59d1964c22735a44dd52f8fcfef79 Mon Sep 17 00:00:00 2001 From: "Maciej \"Iwan\" Iwanowski" Date: Sat, 4 Jul 2020 23:33:37 +0200 Subject: [PATCH] Upgrading golangci-lint to 1.28.0 Signed-off-by: Maciej "Iwan" Iwanowski --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e6d128ff..fa56c9e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: lint: env: - GOLANGCI_LINT_V: 1.26.0 + GOLANGCI_LINT_V: 1.28.0 strategy: matrix: environment-variables: [build/config/plain.sh, build/config/libpfm4.sh]