From 9612001cf4f2cc89ae785db6e21ce56ebd96a6e9 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 7 Feb 2024 16:52:38 -0800 Subject: [PATCH] .github/workflows: update golangci-lint for Go 1.22 Updates #11058 Change-Id: I3785c1f1bea4a4663e7e5fb6d209d3caedae436d Signed-off-by: Brad Fitzpatrick --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 57f41278b..e5315d8be 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -34,7 +34,7 @@ jobs: # Note: this is the 'v3' tag as of 2023-08-14 uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 with: - version: v1.54.2 + version: v1.56 # Show only new issues if it's a pull request. only-new-issues: true