From b707b138c49b91166475649e32fd587b6c32592b Mon Sep 17 00:00:00 2001 From: Sahil Muthoo Date: Wed, 26 Jun 2024 15:35:39 +1000 Subject: [PATCH] Upgrade to latest golangci-lint-action See warnings like: level=warning msg="[config_reader] The output format `github-actions` is deprecated, please use `colored-line-number`" --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index fd69702..e3ce88b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: v1.59.1