From 226cd5a516f06491e989aa0854e9f6233d8bc0ad Mon Sep 17 00:00:00 2001 From: Kunal Singh Date: Fri, 18 Aug 2023 10:32:41 +0000 Subject: [PATCH] docs: update go version to 1.21 and golangci-lint-action versin to 1.54 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94e9254ed8..3e80906fb6 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.21' cache: false - name: golangci-lint uses: golangci/golangci-lint-action@v3 @@ -49,7 +49,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.53 + version: v1.54 # Optional: working directory, useful for monorepos # working-directory: somedir @@ -102,7 +102,7 @@ jobs: golangci: strategy: matrix: - go: ['1.20'] + go: ['1.21'] os: [macos-latest, windows-latest] name: lint runs-on: ${{ matrix.os }} @@ -118,7 +118,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.53 + version: v1.54 # Optional: working directory, useful for monorepos # working-directory: somedir