diff --git a/.github/workflows/lint-and.test.yml b/.github/workflows/lint-and.test.yml index 0d5ebf9..5f0eee6 100644 --- a/.github/workflows/lint-and.test.yml +++ b/.github/workflows/lint-and.test.yml @@ -21,7 +21,7 @@ jobs: go-version: "1.21" cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: # 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.