From bb5178b276cb7b465cb346e9da7129ee3eaa6807 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Fri, 1 Nov 2024 19:15:54 +0100 Subject: [PATCH] Move to version 1.61 for golangci-lint --- .github/workflows/golangci_lint.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci_lint.yaml b/.github/workflows/golangci_lint.yaml index 5e4f601..7cd3413 100644 --- a/.github/workflows/golangci_lint.yaml +++ b/.github/workflows/golangci_lint.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: "1.21" cache: false - name: golangci-lint uses: golangci/golangci-lint-action@v3 @@ -25,7 +25,7 @@ jobs: # Require: The version of golangci-lint to use. # When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version. # When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit. - version: v1.54 + version: v1.61 # Optional: working directory, useful for monorepos # working-directory: somedir @@ -34,7 +34,7 @@ jobs: # # Note: By default, the `.golangci.yml` file should be at the root of the repository. # The location of the configuration file can be changed by using `--config=` - # args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0 + # args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0 # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true